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

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

Merge pull request #9685 from coreycb/14.0

Bump versionName to 14.0
parents 89fff901 68052de8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ android {
        testApplicationId = "com.fsck.k9.tests"

        versionCode = 39004
        versionName = "13.0"
        versionName = "14.0"
        versionNameSuffix = "a1"

        buildConfigField("String", "CLIENT_INFO_APP_NAME", "\"K-9 Mail\"")
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ android {
        testApplicationId = "net.thunderbird.android.tests"

        versionCode = 4
        versionName = "13.0"
        versionName = "14.0"

        buildConfigField("String", "CLIENT_INFO_APP_NAME", "\"Thunderbird for Android\"")
    }