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

Commit 192a9073 authored by Marvin W.'s avatar Marvin W. 🐿️
Browse files

Shorter version names

parent fbfb6c08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ android {
    buildToolsVersion "23.0.2"

    defaultConfig {
        versionName("8.4.89 (microG " + getMyVersionName() + ")")
        versionName getMyVersionName()
        // Update commit id to current when increasing gms version code
        versionCode(8489238 + getMyVersionCode('249c935f'))
    }