TP-66615 | Clickstream changes

This commit is contained in:
yashmantri
2024-06-18 09:00:40 +05:30
parent 5bfe0cb574
commit 609eb8bd84
4 changed files with 18 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 = 168
def VERSION_NAME = "2.11.2"
def VERSION_CODE = 169
def VERSION_NAME = "2.11.3"
android {
ndkVersion rootProject.ext.ndkVersion