Set versionCode=36009

This commit is contained in:
Brandon Presley 2022-09-04 17:05:28 +12:00
parent e3b3c6ca09
commit 91d0cbaed8
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 36008
versionName "1.2"
versionCode 36009
versionName "1.3"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {