From e0c72d5501c74c168c8b202db97bc97e83265219 Mon Sep 17 00:00:00 2001 From: feifei <3415464113@qq.com> Date: Thu, 29 May 2025 14:24:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9http=E8=BF=87=E6=97=B6?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=E5=B9=B6=E6=B7=BB=E5=8A=A0=E6=89=8B?= =?UTF-8?q?=E6=9C=BA=E6=A8=A1=E5=BC=8F=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle.kts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 420a672..d23a164 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -16,6 +16,15 @@ android { testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } + flavorDimensions += "device" + productFlavors { + create("phone") { + dimension = "device" + applicationIdSuffix = ".phone" + versionNameSuffix = "-phone" + } + } + buildTypes { release { isMinifyEnabled = false