NTP-22476 | version bumo

This commit is contained in:
Aman Chaturvedi
2025-01-20 18:23:57 +05:30
parent b795d01929
commit b8a79c1944
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 = 231
def VERSION_NAME = "2.16.8"
def VERSION_CODE = 232
def VERSION_NAME = "2.16.9"
android {
namespace "com.avapp"

View File

@@ -1,7 +1,7 @@
{
"name": "AV_APP",
"version": "2.16.8",
"buildNumber": "231",
"version": "2.16.9",
"buildNumber": "232",
"private": true,
"scripts": {
"android:dev": "yarn move:dev && react-native run-android",