TP-65635 | Anshuman | Version bump

This commit is contained in:
Anshuman Rai
2024-05-24 13:21:58 +05:30
parent 8c838351e3
commit 2ec6416ff7
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 = 159
def VERSION_NAME = "2.10.5"
def VERSION_CODE = 160
def VERSION_NAME = "2.10.6"
android {
ndkVersion rootProject.ext.ndkVersion