TP-65182 | Version bump

This commit is contained in:
yashmantri
2024-05-20 17:52:47 +05:30
parent ef4cea306b
commit 63ccd99959
3 changed files with 5 additions and 5 deletions

View File

@@ -134,8 +134,8 @@ def reactNativeArchitectures() {
return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
}
def VERSION_CODE = 156
def VERSION_NAME = "2.10.2"
def VERSION_CODE = 157
def VERSION_NAME = "2.10.3"
android {
ndkVersion rootProject.ext.ndkVersion

View File

@@ -1,7 +1,7 @@
{
"name": "AV_APP",
"version": "2.10.2",
"buildNumber": "156",
"version": "2.10.3",
"buildNumber": "157",
"private": true,
"scripts": {
"android:dev": "yarn move:dev && react-native run-android",