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

Verified Commit 0596d2c6 authored by Marvin W.'s avatar Marvin W. 🐿️
Browse files

Version bump

parent 2403f97e
Loading
Loading
Loading
Loading
Compare 664194ec to c90a6851
Original line number Diff line number Diff line
Subproject commit 664194ec2ad6c019545bf1bad21fe45cf6bfc3f8
Subproject commit c90a6851b2384a78b5a7a6bcd1b5e21c3d11c4ca
Compare 8b581314 to b5342173
Original line number Diff line number Diff line
Subproject commit 8b5813143ed11fbcb533d407ce58fb32a54fe18a
Subproject commit b5342173d388ebde73180e94014a62480a7cd9dd
+2 −2
Original line number Diff line number Diff line
@@ -60,9 +60,9 @@ android {

    defaultConfig {
        versionName getMyVersionName()
        def x = getMyVersionCode()
        def x = getMyVersionCode() - 350
        // We are not allowed to freely choose the hundreds column as it defines the device type
        versionCode(11672400 + x % 100 + ((int) (x / 100)) * 1000)
        versionCode(11951400 + x % 100 + ((int) (x / 100)) * 1000)

        minSdkVersion androidMinSdk()
        targetSdkVersion androidTargetSdk()