NTP-18542| version bump

This commit is contained in:
aishwarya.srivastava
2024-12-31 18:21:38 +05:30
parent 076452d719
commit 3ce3967db0
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 = 227
def VERSION_NAME = "2.16.4"
def VERSION_CODE = 228
def VERSION_NAME = "2.16.5"
android {
namespace "com.avapp"

View File

@@ -1,7 +1,7 @@
{
"name": "AV_APP",
"version": "2.16.4",
"buildNumber": "227",
"version": "2.16.5",
"buildNumber": "228",
"private": true,
"scripts": {
"android:dev": "yarn move:dev && react-native run-android",