TP-74667 | version bump

This commit is contained in:
Aman Chaturvedi
2024-08-08 14:08:28 +05:30
parent 5fbf0387b1
commit 561e4b51a0
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 = 179
def VERSION_NAME = "2.12.3"
def VERSION_CODE = 180
def VERSION_NAME = "2.12.4"
android {
ndkVersion rootProject.ext.ndkVersion