TP-24980 | Package version bump and submodule update (#259)

This commit is contained in:
Aman Chaturvedi
2023-04-19 13:33:51 +05:30
committed by GitHub Enterprise
parent 723ac7f656
commit 96a7d81d9c
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 = 51
def VERSION_NAME = "2.1.10"
def VERSION_CODE = 52
def VERSION_NAME = "2.1.11"
android {
ndkVersion rootProject.ext.ndkVersion

View File

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