Loading app-thunderbird/build.gradle.kts +3 −5 Original line number Diff line number Diff line Loading @@ -17,8 +17,8 @@ android { namespace = "net.thunderbird.android" defaultConfig { applicationId = "net.thunderbird.android" testApplicationId = "net.thunderbird.android.tests" applicationId = "foundation.e.mail" testApplicationId = "foundation.e.mail.tests" versionCode = 9 versionName = "10.0" Loading Loading @@ -92,7 +92,6 @@ android { buildTypes { debug { applicationIdSuffix = ".debug" versionNameSuffix = "-SNAPSHOT" isMinifyEnabled = false Loading Loading @@ -120,7 +119,7 @@ android { create("beta") { signingConfig = signingConfigs.getByType(SigningType.TB_BETA) applicationIdSuffix = ".beta" versionNameSuffix = "b2" isMinifyEnabled = true isShrinkResources = true Loading @@ -139,7 +138,6 @@ android { create("daily") { signingConfig = signingConfigs.getByType(SigningType.TB_DAILY) applicationIdSuffix = ".daily" versionNameSuffix = "a1" isMinifyEnabled = true Loading Loading
app-thunderbird/build.gradle.kts +3 −5 Original line number Diff line number Diff line Loading @@ -17,8 +17,8 @@ android { namespace = "net.thunderbird.android" defaultConfig { applicationId = "net.thunderbird.android" testApplicationId = "net.thunderbird.android.tests" applicationId = "foundation.e.mail" testApplicationId = "foundation.e.mail.tests" versionCode = 9 versionName = "10.0" Loading Loading @@ -92,7 +92,6 @@ android { buildTypes { debug { applicationIdSuffix = ".debug" versionNameSuffix = "-SNAPSHOT" isMinifyEnabled = false Loading Loading @@ -120,7 +119,7 @@ android { create("beta") { signingConfig = signingConfigs.getByType(SigningType.TB_BETA) applicationIdSuffix = ".beta" versionNameSuffix = "b2" isMinifyEnabled = true isShrinkResources = true Loading @@ -139,7 +138,6 @@ android { create("daily") { signingConfig = signingConfigs.getByType(SigningType.TB_DAILY) applicationIdSuffix = ".daily" versionNameSuffix = "a1" isMinifyEnabled = true Loading