Bump app build number to 286 and version to 1.30.1 (#4221)

* Bump app build number to 286

* Bump app version number to 1.30.1
This commit is contained in:
Elias Nahum
2020-04-23 13:36:57 -04:00
committed by GitHub
parent cc4abdde2f
commit a4e87a0e26
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 285
versionName "1.30.0"
versionCode 286
versionName "1.30.1"
multiDexEnabled = true
ndk {
abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'