TP-37551 | version bump

This commit is contained in:
Aman Chaturvedi
2023-08-31 09:22:36 +05:30
parent da4b7f6abc
commit dbaea0acf5
2 changed files with 3 additions and 3 deletions

View File

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

View File

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