TP-53768 | Revert revert-763-TP-53768

This commit is contained in:
Anshuman Rai
2024-05-07 10:59:36 +05:30
parent 022a34a8a9
commit 6da7bbb9e6
7 changed files with 70 additions and 11 deletions

View File

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