TP-0 | Version Dump | Submodule udpate (#254)

This commit is contained in:
Himanshu Kansal
2023-04-17 11:12:06 +05:30
committed by GitHub Enterprise
parent 7865e31bce
commit e1ba1ffbd0
3 changed files with 4 additions and 4 deletions

View File

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

View File

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