Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
codlab committed Jul 27, 2021
2 parents 6a2ff44 + c826e6c commit cbf2470
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/android/build-extras.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
}

Expand Down

0 comments on commit cbf2470

Please sign in to comment.