Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5bc6920c authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊 Committed by Nishith Khanna
Browse files

mail: Changed application id

parent 52713857
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -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"
@@ -92,7 +92,6 @@ android {

    buildTypes {
        debug {
            applicationIdSuffix = ".debug"
            versionNameSuffix = "-SNAPSHOT"

            isMinifyEnabled = false
@@ -120,7 +119,7 @@ android {
        create("beta") {
            signingConfig = signingConfigs.getByType(SigningType.TB_BETA)

            applicationIdSuffix = ".beta"
            versionNameSuffix = "b2"

            isMinifyEnabled = true
            isShrinkResources = true
@@ -139,7 +138,6 @@ android {
        create("daily") {
            signingConfig = signingConfigs.getByType(SigningType.TB_DAILY)

            applicationIdSuffix = ".daily"
            versionNameSuffix = "a1"

            isMinifyEnabled = true