TP-0 | version bump to 2.1.11

This commit is contained in:
Aman Chaturvedi
2023-07-18 16:58:23 +05:30
parent bf3ab9b8f7
commit 3724c2ccdb
2 changed files with 3 additions and 3 deletions

View File

@@ -131,8 +131,8 @@ def reactNativeArchitectures() {
return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
}
def VERSION_CODE = 71
def VERSION_NAME = "2.2.10"
def VERSION_CODE = 72
def VERSION_NAME = "2.2.11"
android {
ndkVersion rootProject.ext.ndkVersion

View File

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