TP-71465 | Version Bump

This commit is contained in:
yashmantri
2024-08-08 17:59:07 +05:30
parent 39063f684a
commit 2e6aaa7147
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 = 180
def VERSION_NAME = "2.12.4"
def VERSION_CODE = 181
def VERSION_NAME = "2.12.5"
android {
ndkVersion rootProject.ext.ndkVersion