TP-54744 | Version bump (#710)
This commit is contained in:
committed by
GitHub
parent
5c2e48963b
commit
f51e260975
@@ -133,8 +133,8 @@ def reactNativeArchitectures() {
|
||||
return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
|
||||
}
|
||||
|
||||
def VERSION_CODE = 121
|
||||
def VERSION_NAME = "2.7.3"
|
||||
def VERSION_CODE = 122
|
||||
def VERSION_NAME = "2.7.4"
|
||||
|
||||
android {
|
||||
ndkVersion rootProject.ext.ndkVersion
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "AV_APP",
|
||||
"version": "2.7.3",
|
||||
"buildNumber": "121",
|
||||
"version": "2.7.4",
|
||||
"buildNumber": "122",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"android:dev": "yarn move:dev && react-native run-android",
|
||||
|
||||
Reference in New Issue
Block a user