TP-0 | Version Bump (#331)

This commit is contained in:
Himanshu Kansal
2023-05-09 19:48:17 +05:30
committed by GitHub Enterprise
parent 4f322bde25
commit a00edc0a47
3 changed files with 4 additions and 4 deletions

View File

@@ -130,8 +130,8 @@ def reactNativeArchitectures() {
return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
}
def VERSION_CODE = 58
def VERSION_NAME = "2.1.17"
def VERSION_CODE = 59
def VERSION_NAME = "2.1.18"
android {
ndkVersion rootProject.ext.ndkVersion

View File

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