Set versionCode=36013

This commit is contained in:
Brandon Presley 2022-09-17 12:36:08 +12:00
parent 98279dcbea
commit 8499795c97
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 36012
versionName "1.3"
versionCode 36013
versionName "1.4"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {