TP-122 bump package

This commit is contained in:
Aman Sethi
2023-04-20 21:27:37 +05:30
parent 23a8689b51
commit da8e147c2c
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 = 52
def VERSION_NAME = "2.1.11"
def VERSION_CODE = 53
def VERSION_NAME = "2.1.12"
android {
ndkVersion rootProject.ext.ndkVersion

View File

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