Merge branch 'master' into hard-release-checks

This commit is contained in:
Aman Chaturvedi
2024-11-14 16:31:50 +05:30
committed by GitHub
50 changed files with 2036 additions and 384 deletions

View File

@@ -134,8 +134,8 @@ def reactNativeArchitectures() {
return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
}
def VERSION_CODE = 200
def VERSION_NAME = "2.14.0"
def VERSION_CODE = 213
def VERSION_NAME = "2.14.13"
android {
ndkVersion rootProject.ext.ndkVersion