TP-73475 | version bump

This commit is contained in:
Aman Chaturvedi
2024-07-11 14:16:34 +05:30
parent 372647f9a0
commit 277cfc7ece
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 = 174
def VERSION_NAME = "2.11.8"
def VERSION_CODE = 175
def VERSION_NAME = "2.11.9"
android {
ndkVersion rootProject.ext.ndkVersion

View File

@@ -1,7 +1,7 @@
{
"name": "AV_APP",
"version": "2.11.8",
"buildNumber": "174",
"version": "2.11.9",
"buildNumber": "175",
"private": true,
"scripts": {
"android:dev": "yarn move:dev && react-native run-android",