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

Commit 66d3306a authored by Daniel Darnell's avatar Daniel Darnell
Browse files

Bump versionName to 13.0

parent 85b07945
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 = "12.0"
        versionName = "13.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 = "12.0"
        versionName = "13.0"

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