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

Commit 35b674b2 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Bump to 4.3.9-10

Had to do a hack with version code as we bumped to 4.3.10 which shouldn't have been done as the upstream we are using is 4.3.9
parent a048ad7a
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ android {
    def appVersionCode = localProps.getProperty('VERSION_CODE')
    if (appVersionCode == null) {
        // Set initial version code if not present
        appVersionCode = 403100000
        appVersionCode = 403900010
    } else {
        // Increment version code for subsequent builds
        appVersionCode = appVersionCode.toInteger() + 1
@@ -43,7 +43,7 @@ android {
        applicationId "foundation.e.accountmanager"

        versionCode appVersionCode
        versionName '4.3.10'
        versionName '4.3.9-10'

        buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"