Version Bump

This commit is contained in:
Ashish Deo
2023-11-07 19:41:01 +05:30
parent bad8f0f871
commit fe7795bf26
3 changed files with 4 additions and 4 deletions

View File

@@ -133,8 +133,8 @@ def reactNativeArchitectures() {
return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
}
def VERSION_CODE = 99
def VERSION_NAME = "2.5.4"
def VERSION_CODE = 100
def VERSION_NAME = "2.5.5"
android {
ndkVersion rootProject.ext.ndkVersion

View File

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