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

Unverified Commit b4503749 authored by Corey Bryant's avatar Corey Bryant Committed by GitHub
Browse files

Release: Bump version name and suffix to 9.0b0 (#8466)

parent 74b6835e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -53,8 +53,8 @@ android {
        testApplicationId = "com.fsck.k9.tests"

        versionCode = 39010
        versionName = "8.0"
        versionNameSuffix = "b5"
        versionName = "9.0"
        versionNameSuffix = "b0"

        // Keep in sync with the resource string array "supported_languages"
        resourceConfigurations.addAll(
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ android {
        testApplicationId = "net.thunderbird.android.tests"

        versionCode = 8
        versionName = "8.0"
        versionName = "9.0"

        // Keep in sync with the resource string array "supported_languages"
        resourceConfigurations.addAll(
@@ -120,7 +120,7 @@ android {
            signingConfig = signingConfigs.getByType(SigningType.TB_BETA)

            applicationIdSuffix = ".beta"
            versionNameSuffix = "b5"
            versionNameSuffix = "b0"

            isMinifyEnabled = true
            isShrinkResources = true