From c826e6c44a03d8ecba8ab35d99ff41ea4e6d6e23 Mon Sep 17 00:00:00 2001 From: Kevin Le Perf Date: Tue, 27 Jul 2021 15:20:06 +0200 Subject: [PATCH] Android: Bump SDK & UXKit to 3.2.1 --- RELEASENOTES.md | 3 ++- src/android/build-extras.gradle | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 3239087..3715329 100755 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,7 +1,8 @@ # Release Notes -### 1.5.4 (Jul 8th, 2021) +### 1.5.4 (Jul 8th, 2021 & Jul 27th, 2021) - bump iOS SDK to 3.2.0 and iOS UXKit to 1.5.0 +- bump Android SDK to 3.2.1 and Android UXKit to 3.2.1 ### 1.5.3 (May 19th, 2021) - bump iOS SDK to 3.1.6 and iOS UXKit to 1.4.8 diff --git a/src/android/build-extras.gradle b/src/android/build-extras.gradle index f2eefff..0d4d427 100644 --- a/src/android/build-extras.gradle +++ b/src/android/build-extras.gradle @@ -50,12 +50,12 @@ new XmlSlurper().parse(file('../app/src/main/res/xml/config.xml')).preference.ea dependencies { compile 'com.android.support:multidex:1.0.3' - compile ('com.voxeet.sdk:uxkit:3.1.1') { + compile ('com.voxeet.sdk:uxkit:3.2.1') { transitive = true } if (push) { - compile ('com.voxeet.sdk:uxkit-firebase:3.1.1') + compile ('com.voxeet.sdk:uxkit-firebase:3.2.1') } }