TP-53751 | hotfix

This commit is contained in:
yashmantri
2024-05-03 11:23:56 +05:30
parent 164c4312d8
commit 1fb75a950f
3 changed files with 17 additions and 18 deletions

View File

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