TP-53770 | version bump
This commit is contained in:
@@ -134,8 +134,8 @@ def reactNativeArchitectures() {
|
||||
return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
|
||||
}
|
||||
|
||||
def VERSION_CODE = 134
|
||||
def VERSION_NAME = "2.8.5"
|
||||
def VERSION_CODE = 135
|
||||
def VERSION_NAME = "2.8.6"
|
||||
|
||||
android {
|
||||
ndkVersion rootProject.ext.ndkVersion
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "AV_APP",
|
||||
"version": "2.8.5",
|
||||
"buildNumber": "134",
|
||||
"version": "2.8.6",
|
||||
"buildNumber": "135",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"android:dev": "yarn move:dev && react-native run-android",
|
||||
|
||||
Reference in New Issue
Block a user