TP-60555 | Version Bump

This commit is contained in:
yashmantri
2024-04-23 16:47:31 +05:30
parent 850f141fe1
commit e3abeb0704
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 = 143
def VERSION_NAME = "2.9.2"
def VERSION_CODE = 144
def VERSION_NAME = "2.9.3"
android {
ndkVersion rootProject.ext.ndkVersion

View File

@@ -1,7 +1,7 @@
{
"name": "AV_APP",
"version": "2.9.2",
"buildNumber": "143",
"version": "2.9.3",
"buildNumber": "144",
"private": true,
"scripts": {
"android:dev": "yarn move:dev && react-native run-android",