NTP-14132| version-bump

This commit is contained in:
aishwarya.srivastava
2024-12-03 05:15:35 +05:30
parent 62e5032f73
commit d9c8d78c1c
2 changed files with 4 additions and 4 deletions

View File

@@ -113,8 +113,8 @@ def jscFlavor = 'org.webkit:android-jsc:+'
def enableHermes = project.ext.react.get("enableHermes", false);
def VERSION_CODE = 218
def VERSION_NAME = "2.15.4"
def VERSION_CODE = 219
def VERSION_NAME = "2.15.5"
android {
namespace "com.avapp"

View File

@@ -1,7 +1,7 @@
{
"name": "AV_APP",
"version": "2.15.4",
"buildNumber": "218",
"version": "2.15.5",
"buildNumber": "219",
"private": true,
"scripts": {
"android:dev": "yarn move:dev && react-native run-android",