NTP-6457| Version bump(due cycle for 16 to 30 field)

This commit is contained in:
aishwarya.srivastava
2024-10-15 17:44:08 +05:30
parent e169fac71e
commit b82afb5223
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 = 202
def VERSION_NAME = "2.14.2"
def VERSION_CODE = 203
def VERSION_NAME = "2.14.3"
android {
ndkVersion rootProject.ext.ndkVersion