Set versionCode=36016

This commit is contained in:
Brandon Presley 2022-09-18 18:51:40 +12:00
parent 0577cc87d9
commit 6f98f03c8b
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ android {
missingDimensionStrategy "RNNotifications.reactNativeVersion", "reactNative60"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 36015
versionName "1.4"
versionCode 36016
versionName "1.5"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {