diff --git a/RN-UI-LIB b/RN-UI-LIB index 6ca92ed4..a466209a 160000 --- a/RN-UI-LIB +++ b/RN-UI-LIB @@ -1 +1 @@ -Subproject commit 6ca92ed49d008d3e29cea0e9764a01dc8f1ea05a +Subproject commit a466209a6ccd3365e00289a9bd09f7f706ce6557 diff --git a/android/app/build.gradle b/android/app/build.gradle index ba4ea6d6..b8947220 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -130,8 +130,8 @@ def reactNativeArchitectures() { return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"] } -def VERSION_CODE = 58 -def VERSION_NAME = "2.1.17" +def VERSION_CODE = 59 +def VERSION_NAME = "2.1.18" android { ndkVersion rootProject.ext.ndkVersion diff --git a/package.json b/package.json index bb0a2a6f..6db7b8a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "AV_APP", - "version": "2.1.17", + "version": "2.1.18", "private": true, "scripts": { "android:dev": "yarn move:dev && react-native run-android",