NTP-8086 | Version Bump

This commit is contained in:
yashmantri
2024-10-22 23:59:45 +05:30
parent 7cfdc5c9cd
commit 75d10dee81
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 = 206
def VERSION_NAME = "2.14.6"
def VERSION_CODE = 207
def VERSION_NAME = "2.14.7"
android {
ndkVersion rootProject.ext.ndkVersion