TP-42464 | version bump

This commit is contained in:
Aman Chaturvedi
2023-12-14 17:28:26 +05:30
parent 1bfb9adda8
commit 4ebc5db32b
2 changed files with 3 additions and 3 deletions

View File

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

View File

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