TP-33958 | Version Bump

This commit is contained in:
yashmantri
2023-08-24 18:34:38 +05:30
parent 74fde54134
commit d23ff9e21e
3 changed files with 4 additions and 4 deletions

View File

@@ -131,8 +131,8 @@ def reactNativeArchitectures() {
return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
}
def VERSION_CODE = 75
def VERSION_NAME = "2.3.2"
def VERSION_CODE = 77
def VERSION_NAME = "2.3.4"
android {
ndkVersion rootProject.ext.ndkVersion

View File

@@ -1,6 +1,6 @@
{
"name": "AV_APP",
"version": "2.3.2",
"version": "2.3.4",
"private": true,
"scripts": {
"android:dev": "yarn move:dev && react-native run-android",