Loading app-thunderbird/build.gradle.kts +2 −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 = 8 versionName = "8.2" Loading Loading @@ -91,7 +91,6 @@ android { buildTypes { debug { applicationIdSuffix = ".debug" versionNameSuffix = "-SNAPSHOT" isMinifyEnabled = false Loading Loading @@ -119,7 +118,6 @@ android { create("beta") { signingConfig = signingConfigs.getByType(SigningType.TB_BETA) applicationIdSuffix = ".beta" versionNameSuffix = "b2" isMinifyEnabled = true Loading @@ -139,7 +137,6 @@ android { create("daily") { signingConfig = signingConfigs.getByType(SigningType.TB_DAILY) applicationIdSuffix = ".daily" versionNameSuffix = "a1" isMinifyEnabled = true Loading Loading
app-thunderbird/build.gradle.kts +2 −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 = 8 versionName = "8.2" Loading Loading @@ -91,7 +91,6 @@ android { buildTypes { debug { applicationIdSuffix = ".debug" versionNameSuffix = "-SNAPSHOT" isMinifyEnabled = false Loading Loading @@ -119,7 +118,6 @@ android { create("beta") { signingConfig = signingConfigs.getByType(SigningType.TB_BETA) applicationIdSuffix = ".beta" versionNameSuffix = "b2" isMinifyEnabled = true Loading @@ -139,7 +137,6 @@ android { create("daily") { signingConfig = signingConfigs.getByType(SigningType.TB_DAILY) applicationIdSuffix = ".daily" versionNameSuffix = "a1" isMinifyEnabled = true Loading