|
|
|
@ -41,8 +41,8 @@ android {
|
|
|
|
|
missingDimensionStrategy "RNNotifications.reactNativeVersion", "reactNative60"
|
|
|
|
|
minSdkVersion rootProject.ext.minSdkVersion
|
|
|
|
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
|
|
|
|
versionCode 36159
|
|
|
|
|
versionName "1.133"
|
|
|
|
|
versionCode 36160
|
|
|
|
|
versionName "1.134"
|
|
|
|
|
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
|
|
|
|
|
|
|
|
|
|
if (isNewArchitectureEnabled()) {
|
|
|
|
|