TP-39795 | version-bump

This commit is contained in:
Aman Chaturvedi
2023-10-26 20:03:31 +05:30
parent 476b1a0b00
commit fc249f0cd4
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 = 95
def VERSION_NAME = "2.5.0"
def VERSION_CODE = 96
def VERSION_NAME = "2.5.1"
android {
ndkVersion rootProject.ext.ndkVersion

View File

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