TP-66533 | Version Bump

This commit is contained in:
Anshuman Rai
2024-07-08 16:36:03 +05:30
parent 76d3b23963
commit 5ff1cddde8
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 = 173
def VERSION_NAME = "2.11.7"
def VERSION_CODE = 174
def VERSION_NAME = "2.11.8"
android {
ndkVersion rootProject.ext.ndkVersion