Bump app build number to 379 (#5824)

This commit is contained in:
Elias Nahum
2021-11-11 08:29:40 -03:00
committed by GitHub
parent 8ef65d8b24
commit 94f683d743
5 changed files with 6 additions and 6 deletions

View File

@@ -132,7 +132,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
missingDimensionStrategy "RNNotifications.reactNativeVersion", "reactNative60"
versionCode 378
versionCode 379
versionName "1.48.0"
multiDexEnabled = true
testBuildType System.getProperty('testBuildType', 'debug')