TP-53751 | API Added

This commit is contained in:
yashmantri
2024-04-16 18:07:07 +05:30
parent 7e31349ca8
commit 9eb5fad1dd
2 changed files with 4 additions and 4 deletions

View File

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