Set versionCode=36035

This commit is contained in:
Brandon Presley 2022-09-27 18:20:02 +13:00
parent a6c20d22b9
commit ed81bd4619
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 36034
versionName "1.8"
versionCode 36035
versionName "1.9"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {