diff --git a/RN-UI-LIB b/RN-UI-LIB index 9792364b..0790d48a 160000 --- a/RN-UI-LIB +++ b/RN-UI-LIB @@ -1 +1 @@ -Subproject commit 9792364b4723c06eca671106ebae1e0a5e977915 +Subproject commit 0790d48aa00691a05ea5af14021bb7b548c45070 diff --git a/android/app/build.gradle b/android/app/build.gradle index b6e43442..473a23cc 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -131,8 +131,8 @@ def reactNativeArchitectures() { return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"] } -def VERSION_CODE = 66 -def VERSION_NAME = "2.2.5" +def VERSION_CODE = 68 +def VERSION_NAME = "2.2.7" android { ndkVersion rootProject.ext.ndkVersion diff --git a/package.json b/package.json index 2364df18..4071cb55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "AV_APP", - "version": "2.2.5", + "version": "2.2.7", "private": true, "scripts": { "android:dev": "yarn move:dev && react-native run-android",