TP-85529 | Location reference Id fix

This commit is contained in:
yashmantri
2024-09-24 16:14:51 +05:30
parent 498b6311b0
commit f4ea2011ce
3 changed files with 53 additions and 36 deletions

View File

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