TP-0 | version bump 17th July release

This commit is contained in:
Aman Chaturvedi
2023-07-17 18:20:32 +05:30
parent 3e3f06f403
commit a92f6ef3ae
3 changed files with 4 additions and 4 deletions

View File

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

View File

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