TP-69871 | longhorn block pr fixes

This commit is contained in:
varnit-goyal_navi
2024-08-26 17:24:55 +05:30
parent 7605daccd1
commit c010f00a6d
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "AV_APP",
"version": "2.12.9",
"buildNumber": "185",
"version": "100.1.0",
"buildNumber": "301",
"private": true,
"scripts": {
"android:dev": "yarn move:dev && react-native run-android",