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 a021525 commit bbbfe04Copy full SHA for bbbfe04
kommunicate/build.gradle
@@ -18,7 +18,7 @@ android {
18
compileSdk 34
19
targetSdkVersion 35
20
versionCode 1
21
- versionName "2.14.0"
+ versionName "2.14.1"
22
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
23
buildConfigField "String", "KOMMUNICATE_VERSION", "\"" + versionName + "\""
24
buildConfigField "String", "CHAT_SERVER_URL", '"https://chat.kommunicate.io"'
kommunicateui/build.gradle
@@ -16,7 +16,7 @@ android {
16
17
minSdkVersion 21
buildToolsVersion = '34.0.0'
consumerProguardFiles 'proguard-rules.txt'
vectorDrawables.useSupportLibrary = true
0 commit comments