diff --git a/RN-UI-LIB b/RN-UI-LIB index 16d92084..9d8a8dcd 160000 --- a/RN-UI-LIB +++ b/RN-UI-LIB @@ -1 +1 @@ -Subproject commit 16d920849f6d92283b6f9c110510e7225c59fde8 +Subproject commit 9d8a8dcdc335140a0e37b257bbc6f9087afca546 diff --git a/android/app/build.gradle b/android/app/build.gradle index 4b308c70..2de8d361 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -133,8 +133,8 @@ def reactNativeArchitectures() { return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"] } -def VERSION_CODE = 117 -def VERSION_NAME = "2.6.9" +def VERSION_CODE = 118 +def VERSION_NAME = "2.7.0" android { ndkVersion rootProject.ext.ndkVersion diff --git a/package.json b/package.json index b7affb89..fd324fd7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "AV_APP", - "version": "2.6.9", - "buildNumber": "116", + "version": "2.7.0", + "buildNumber": "118", "private": true, "scripts": { "android:dev": "yarn move:dev && react-native run-android",