Set versionCode=36033

This commit is contained in:
Brandon Presley 2022-09-27 12:28:13 +13:00
parent bc6eb9b713
commit 7b9839673b
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 36032
versionCode 36033
versionName "1.7"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()