Change version name to 1.2 and versionCode to 1

This commit is contained in:
Brandon Presley 2022-08-27 14:27:27 +12:00
parent b87f5fb3c6
commit 3bb01e26db
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 36
versionName "1.1"
versionCode 1
versionName "1.2"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {