TP-0 | Version Bump

This commit is contained in:
yashmantri
2023-10-10 10:55:32 +05:30
parent d217b6882e
commit d20fda6a6d
2 changed files with 3 additions and 3 deletions

View File

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

View File

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