TP-53747 | Version bump (#726)

This commit is contained in:
Shri Prakash Bajpai
2024-02-15 20:00:19 +05:30
committed by GitHub
parent eb92ab3beb
commit b747d878ca
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 = 125
def VERSION_NAME = "2.7.7"
def VERSION_CODE = 126
def VERSION_NAME = "2.7.8"
android {
ndkVersion rootProject.ext.ndkVersion

View File

@@ -1,7 +1,7 @@
{
"name": "AV_APP",
"version": "2.7.7",
"buildNumber": "125",
"version": "2.7.8",
"buildNumber": "126",
"private": true,
"scripts": {
"android:dev": "yarn move:dev && react-native run-android",