Bump app version number to 1.32.0 (#4318)

This commit is contained in:
Miguel Alatzar
2020-05-21 09:04:25 -07:00
committed by GitHub
parent a91e257f55
commit a6cfe9ab5f
6 changed files with 6 additions and 6 deletions

View File

@@ -134,7 +134,7 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
missingDimensionStrategy "RNNotifications.reactNativeVersion", "reactNative60"
versionCode 293
versionName "1.31.0"
versionName "1.32.0"
multiDexEnabled = true
ndk {
abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'