TP-66615 | Litmus API donotHandleError flag added

This commit is contained in:
yashmantri
2024-06-24 13:39:54 +05:30
parent 1082e60b0e
commit 5f093c80b6
3 changed files with 5 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 = 171
def VERSION_NAME = "2.11.5"
def VERSION_CODE = 172
def VERSION_NAME = "2.11.6"
android {
ndkVersion rootProject.ext.ndkVersion