NTP-14729| version-bump

This commit is contained in:
aishwarya.srivastava
2024-12-24 20:08:56 +05:30
parent 240a9444d1
commit 94438f4020
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 = 225
def VERSION_NAME = "2.16.2"
def VERSION_CODE = 226
def VERSION_NAME = "2.16.3"
android {
namespace "com.avapp"

View File

@@ -1,7 +1,7 @@
{
"name": "AV_APP",
"version": "2.16.2",
"buildNumber": "225",
"version": "2.16.3",
"buildNumber": "226",
"private": true,
"scripts": {
"android:dev": "yarn move:dev && react-native run-android",