Loading app/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ android { def appVersionCode = localProps.getProperty('VERSION_CODE') if (appVersionCode == null) { // Set initial version code if not present appVersionCode = 403900014 appVersionCode = 403900015 } else { // Increment version code for subsequent builds appVersionCode = appVersionCode.toInteger() + 1 Loading @@ -43,7 +43,7 @@ android { applicationId "foundation.e.accountmanager" versionCode appVersionCode versionName '4.3.9-14' versionName '4.3.9-15' buildConfigField "long", "buildTime", System.currentTimeMillis() + "L" Loading Loading
app/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ android { def appVersionCode = localProps.getProperty('VERSION_CODE') if (appVersionCode == null) { // Set initial version code if not present appVersionCode = 403900014 appVersionCode = 403900015 } else { // Increment version code for subsequent builds appVersionCode = appVersionCode.toInteger() + 1 Loading @@ -43,7 +43,7 @@ android { applicationId "foundation.e.accountmanager" versionCode appVersionCode versionName '4.3.9-14' versionName '4.3.9-15' buildConfigField "long", "buildTime", System.currentTimeMillis() + "L" Loading