Version 1.48.0 build 378 (#5811)

* Bump app version number to  1.48.0

* Bump app build number to  378
This commit is contained in:
Elias Nahum
2021-11-04 09:17:28 -03:00
committed by GitHub
parent ec3b44498a
commit cbc4d5add2
8 changed files with 113 additions and 67 deletions

View File

@@ -132,8 +132,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
missingDimensionStrategy "RNNotifications.reactNativeVersion", "reactNative60"
versionCode 377
versionName "1.47.2"
versionCode 378
versionName "1.48.0"
multiDexEnabled = true
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'