TP-62635 | Copy Address

This commit is contained in:
yashmantri
2024-04-25 12:15:14 +05:30
parent 3cd0c9ba8f
commit ae9ff01938
4 changed files with 11 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 = 145
def VERSION_NAME = "2.9.4"
def VERSION_CODE = 146
def VERSION_NAME = "2.9.5"
android {
ndkVersion rootProject.ext.ndkVersion