TP-77180 | version bump

This commit is contained in:
Ashish Deo
2024-09-26 17:04:12 +05:30
parent 75063aed94
commit 4671385ad6
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 = 197
def VERSION_NAME = "2.13.9"
def VERSION_CODE = 198
def VERSION_NAME = "2.13.10"
android {
ndkVersion rootProject.ext.ndkVersion

View File

@@ -1,7 +1,7 @@
{
"name": "AV_APP",
"version": "2.13.9",
"buildNumber": "197",
"version": "2.13.10",
"buildNumber": "198",
"private": true,
"scripts": {
"android:dev": "yarn move:dev && react-native run-android",