Set versionCode=36008

This commit is contained in:
Brandon Presley 2022-09-02 12:34:55 +12:00
parent 9006cc0dea
commit 40d4fac658
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 36007
versionCode 36008
versionName "1.2"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()