Merge pull request #462 from medici/bump-version/2.2.3

TP-27112 | Package version bump
This commit is contained in:
Himanshu Kansal
2023-06-05 20:31:13 +05:30
committed by GitHub Enterprise
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 = 63
def VERSION_NAME = "2.2.2"
def VERSION_CODE = 64
def VERSION_NAME = "2.2.3"
android {
ndkVersion rootProject.ext.ndkVersion

View File

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