TP-69407 | Version Bump

This commit is contained in:
Anshuman Rai
2024-06-13 17:19:00 +05:30
parent af8952ffa7
commit 58b1fe8d02
2 changed files with 4 additions and 4 deletions

View File

@@ -134,8 +134,8 @@ def reactNativeArchitectures() {
return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
}
def VERSION_CODE = 164
def VERSION_NAME = "2.10.10"
def VERSION_CODE = 165
def VERSION_NAME = "2.10.11"
android {
ndkVersion rootProject.ext.ndkVersion

View File

@@ -1,7 +1,7 @@
{
"name": "AV_APP",
"version": "2.10.10",
"buildNumber": "164",
"version": "2.10.11",
"buildNumber": "165",
"private": true,
"scripts": {
"android:dev": "yarn move:dev && react-native run-android",