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

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

Increase version code, update sublib and copyright header

parent da922189
Loading
Loading
Loading
Loading
Compare d47ab8f2 to b25ca172
Original line number Diff line number Diff line
Subproject commit d47ab8f248dd782a9f554cc007f41e97f79be680
Subproject commit b25ca17225de59fef635f1b9d6ba3abc1144e17a
Compare b71d6ceb to 8b581314
Original line number Diff line number Diff line
Subproject commit b71d6ceb7e81b7df32147651a6b0db9be2733197
Subproject commit 8b5813143ed11fbcb533d407ce58fb32a54fe18a
Compare 0ca6fb22 to 8eabc788
Original line number Diff line number Diff line
Subproject commit 0ca6fb22650bb3e0d2fe1440f45e62a4acca2e19
Subproject commit 8eabc788fda79ac986f09721afbeea53612096b7
Compare 1613778a to bf8682e0
Original line number Diff line number Diff line
Subproject commit 1613778a5e075ca2a15acfd86aee102a9df83bd9
Subproject commit bf8682e00fa829d3c6041a3646afce9a264696da
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ android {
        versionName getMyVersionName()
        def x = getMyVersionCode()
        // We are not allowed to freely choose the hundreds column as it defines the device type
        versionCode(10542400 + x % 100 + ((int) (x / 100)) * 1000)
        versionCode(11056400 + x % 100 + ((int) (x / 100)) * 1000)

        minSdkVersion androidMinSdk()
        targetSdkVersion androidTargetSdk()
Loading