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

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

mail: Remove version name suffix

parent 4dbc84e3
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -165,8 +165,6 @@ android {
        debug {
            signingConfig = signingConfigs.getByName("platform")

            versionNameSuffix = "-SNAPSHOT"

            isMinifyEnabled = false
            isShrinkResources = false
            isDebuggable = true
@@ -192,8 +190,6 @@ android {
        create("beta") {
            signingConfig = signingConfigs.getByName("platform")

            versionNameSuffix = "b2"

            isMinifyEnabled = true
            isShrinkResources = true
            isDebuggable = false
@@ -211,8 +207,6 @@ android {
        create("daily") {
            signingConfig = signingConfigs.getByName("platform")

            versionNameSuffix = "a1"

            isMinifyEnabled = true
            isShrinkResources = true
            isDebuggable = false