TP-62361 | Merge master

This commit is contained in:
yashmantri
2024-07-10 14:37:58 +05:30
63 changed files with 1776 additions and 259 deletions

View File

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