TP-52572 | version bump

This commit is contained in:
Aman Chaturvedi
2024-02-07 22:07:37 +05:30
parent 1e34c61bdf
commit fd4cfc7fb9
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 = 124
def VERSION_NAME = "2.7.6"
def VERSION_CODE = 125
def VERSION_NAME = "2.7.7"
android {
ndkVersion rootProject.ext.ndkVersion