diff --git a/RN-UI-LIB b/RN-UI-LIB index f7129469..5906c1bf 160000 --- a/RN-UI-LIB +++ b/RN-UI-LIB @@ -1 +1 @@ -Subproject commit f71294696073c27e70177138b04883dac61a6862 +Subproject commit 5906c1bf3f9f8b2f7ed73725f47ffe4b818b8d7a diff --git a/android/app/build.gradle b/android/app/build.gradle index 5d8918fa..e8e708a3 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 = 50 -def VERSION_NAME = "2.1.9" +def VERSION_CODE = 51 +def VERSION_NAME = "2.1.10" android { ndkVersion rootProject.ext.ndkVersion diff --git a/package.json b/package.json index be1a5e45..cdbed729 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "AV_APP", - "version": "2.1.9", + "version": "2.1.10", "private": true, "scripts": { "android:dev": "yarn move:dev && react-native run-android",