Merge pull request #417 from medici/version-bump/16-may-release
TP-27112 | version bump 2.2.0
This commit is contained in:
Submodule RN-UI-LIB updated: 01b763782e...de296dda80
@@ -130,8 +130,8 @@ def reactNativeArchitectures() {
|
||||
return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
|
||||
}
|
||||
|
||||
def VERSION_CODE = 60
|
||||
def VERSION_NAME = "2.1.19"
|
||||
def VERSION_CODE = 61
|
||||
def VERSION_NAME = "2.2.0"
|
||||
|
||||
android {
|
||||
ndkVersion rootProject.ext.ndkVersion
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "AV_APP",
|
||||
"version": "2.1.19",
|
||||
"version": "2.2.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"android:dev": "yarn move:dev && react-native run-android",
|
||||
|
||||
Reference in New Issue
Block a user