Set versionCode=36023

This commit is contained in:
Brandon Presley 2022-09-23 14:08:13 +12:00
parent 32776a5217
commit 512c0d0467
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 36022
versionCode 36023
versionName "1.5"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()