We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c16b0b commit bca70a0Copy full SHA for bca70a0
2 files changed
app/build.gradle
@@ -54,7 +54,7 @@ android {
54
dependencies {
55
implementation fileTree(include: ['*.jar'], dir: 'libs')
56
api project(':kommunicateui')
57
- //implementation 'io.kommunicate.sdk:kommunicateui:2.14.5'
+ //implementation 'io.kommunicate.sdk:kommunicateui:2.14.6'
58
implementation libs.appcompat
59
implementation libs.multidex
60
implementation libs.core.ktx
kommunicateui/build.gradle
@@ -16,7 +16,7 @@ android {
16
targetSdkVersion 35
17
minSdkVersion 21
18
versionCode 1
19
- versionName "2.14.5"
+ versionName "2.14.6"
20
buildToolsVersion = '34.0.0'
21
consumerProguardFiles 'proguard-rules.txt'
22
vectorDrawables.useSupportLibrary = true
0 commit comments