TP-48911 | version bump

This commit is contained in:
Aman Chaturvedi
2024-02-26 18:52:07 +05:30
parent 61b43ee667
commit 01663f653c
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 = 127
def VERSION_NAME = "2.7.9"
def VERSION_CODE = 128
def VERSION_NAME = "2.7.10"
android {
ndkVersion rootProject.ext.ndkVersion

View File

@@ -1,7 +1,7 @@
{
"name": "AV_APP",
"version": "2.7.9",
"buildNumber": "127",
"version": "2.7.10",
"buildNumber": "128",
"private": true,
"scripts": {
"android:dev": "yarn move:dev && react-native run-android",