Set versionCode=36015

This commit is contained in:
Brandon Presley 2022-09-18 18:46:24 +12:00
parent 0cee774136
commit 0577cc87d9
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 36014
versionCode 36015
versionName "1.4"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()