Merge branch 'master' into sync_2

This commit is contained in:
Aman Singh
2024-04-29 13:03:42 +05:30
committed by GitHub
17 changed files with 176 additions and 82 deletions

View File

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