Merge pull request #531 from medici/version-bump/2July2023

TP-0 | version bump for 2nd July release
This commit is contained in:
Aman Chaturvedi
2023-07-02 21:48:24 +05:30
committed by GitHub Enterprise
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 = 69
def VERSION_NAME = "2.2.8"
def VERSION_CODE = 70
def VERSION_NAME = "2.2.9"
android {
ndkVersion rootProject.ext.ndkVersion

View File

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