bump version tp-00 (#446)

This commit is contained in:
Aman Sethi
2023-05-31 15:43:45 +05:30
committed by GitHub Enterprise
parent e6851f71ca
commit 1eefbe36db
2 changed files with 3 additions and 3 deletions

View File

@@ -130,8 +130,8 @@ def reactNativeArchitectures() {
return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
}
def VERSION_CODE = 62
def VERSION_NAME = "2.2.1"
def VERSION_CODE = 63
def VERSION_NAME = "2.2.2"
android {
ndkVersion rootProject.ext.ndkVersion

View File

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