TP-42461 | release 4th jan | Aman Singh

This commit is contained in:
aman.singh
2024-01-04 22:55:07 +05:30
parent 5b7776bb56
commit 163473d9ea
3 changed files with 5 additions and 5 deletions

View File

@@ -133,8 +133,8 @@ def reactNativeArchitectures() {
return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
}
def VERSION_CODE = 117
def VERSION_NAME = "2.6.9"
def VERSION_CODE = 118
def VERSION_NAME = "2.7.0"
android {
ndkVersion rootProject.ext.ndkVersion