Merge pull request #417 from medici/version-bump/16-may-release

TP-27112 | version bump 2.2.0
This commit is contained in:
Aman Chaturvedi
2023-05-19 14:31:30 +05:30
committed by GitHub Enterprise
3 changed files with 4 additions and 4 deletions

View File

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

View File

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