TP-47137 | Version Bump

This commit is contained in:
yashmantri
2023-11-24 17:57:46 +05:30
parent ad0501a88e
commit 909319e0b1
2 changed files with 3 additions and 3 deletions

View File

@@ -133,8 +133,8 @@ def reactNativeArchitectures() {
return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
}
def VERSION_CODE = 104
def VERSION_NAME = "2.5.9"
def VERSION_CODE = 106
def VERSION_NAME = "2.5.11"
android {
ndkVersion rootProject.ext.ndkVersion

View File

@@ -1,6 +1,6 @@
{
"name": "AV_APP",
"version": "2.5.9",
"version": "2.5.11",
"private": true,
"scripts": {
"android:dev": "yarn move:dev && react-native run-android",