TP-62632 | Version bump

This commit is contained in:
Aman Chaturvedi
2024-04-03 13:22:24 +05:30
parent dd9e0ea04b
commit bccfc288b2
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 = 137
def VERSION_NAME = "2.8.8"
def VERSION_CODE = 138
def VERSION_NAME = "2.8.9"
android {
ndkVersion rootProject.ext.ndkVersion