NTP-6736 | version bump

This commit is contained in:
Ashish Deo
2024-10-25 16:53:41 +05:30
parent fa1b127162
commit afb8e354e7
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 = 207
def VERSION_NAME = "2.14.7"
def VERSION_CODE = 208
def VERSION_NAME = "2.14.8"
android {
ndkVersion rootProject.ext.ndkVersion

View File

@@ -1,7 +1,7 @@
{
"name": "AV_APP",
"version": "2.14.7",
"buildNumber": "207",
"version": "2.14.8",
"buildNumber": "208",
"private": true,
"scripts": {
"android:dev": "yarn move:dev && react-native run-android",