TP-66615 | Version bump

This commit is contained in:
yashmantri
2024-06-17 17:23:09 +05:30
parent 5a7a14ac57
commit e7e8feac90
3 changed files with 5 additions and 5 deletions

View File

@@ -134,8 +134,8 @@ def reactNativeArchitectures() {
return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
}
def VERSION_CODE = 166
def VERSION_NAME = "2.11.0"
def VERSION_CODE = 167
def VERSION_NAME = "2.11.1"
android {
ndkVersion rootProject.ext.ndkVersion