Version bump (#684)

This commit is contained in:
Shri Prakash Bajpai
2023-12-26 12:03:33 +05:30
committed by GitHub
parent f99fb27524
commit 3b349607bb
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 = 114
def VERSION_NAME = "2.6.5"
def VERSION_CODE = 115
def VERSION_NAME = "2.6.6"
android {
ndkVersion rootProject.ext.ndkVersion

View File

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