TP-65692 | Payment Link fix (#960)

This commit is contained in:
Mantri Ramkishor
2024-10-07 16:41:47 +05:30
committed by GitHub
3 changed files with 7 additions and 7 deletions

View File

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