Bundle version 14

This commit is contained in:
Brandon Presley 2022-08-18 12:09:19 +12:00
parent 6eacddf2d0
commit 16ba002387
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 13
versionCode 14
versionName "1.1"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()