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

Commit 824ad17b authored by Romain Hunault's avatar Romain Hunault
Browse files

Update Google Play Services version

parent 2bc1850b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ android {
        versionName getMyVersionName()
        def x = getMyVersionCode() - 367
        // We are not allowed to freely choose the hundreds column as it defines the device type
        versionCode(12221400 + x % 100 + ((int) (x / 100)) * 1000)
        versionCode(12451000 + x % 100 + ((int) (x / 100)) * 1000)

        minSdkVersion androidMinSdk()
        targetSdkVersion androidTargetSdk()