Set versionCode=36034

This commit is contained in:
Brandon Presley 2022-09-27 18:18:15 +13:00
parent 6fca6bd9e6
commit 646189fe77
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 36033
versionName "1.7"
versionCode 36034
versionName "1.8"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {