Set versionCode=36029

This commit is contained in:
Brandon Presley 2022-09-25 23:55:07 +13:00
parent facceae2a8
commit 1cdc15dd69
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 36028
versionCode 36029
versionName "1.6"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()