TP-60096 | fix

This commit is contained in:
Aman Chaturvedi
2024-03-30 16:29:39 +05:30
65 changed files with 2071 additions and 931 deletions

View File

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