Bump Version to 1.33.0 and build number to 308 (#4509)

* Bump app build number to 308

* Bump app version number to 1.33.0
This commit is contained in:
Elias Nahum
2020-06-29 20:55:00 -04:00
committed by GitHub
parent 0f72bb34c2
commit aa9d468c5e
7 changed files with 12 additions and 12 deletions

View File

@@ -133,8 +133,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
missingDimensionStrategy "RNNotifications.reactNativeVersion", "reactNative60"
versionCode 307
versionName "1.32.2"
versionCode 308
versionName "1.33.0"
multiDexEnabled = true
ndk {
abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'