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