Change versionCode to 36004

Fdroid has a bunch of versionCodes in it up to 36003
and is rejecting my change for being an older code.
This commit is contained in:
Brandon Presley 2022-08-27 14:42:04 +12:00
parent e1fe62d939
commit 75e20f9505
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ android {
missingDimensionStrategy "RNNotifications.reactNativeVersion", "reactNative60"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 24005
versionCode 36004
versionName "1.2"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()