Skip to content

Commit 81dfeaa

Browse files
1.2.0-ui-kit
1 parent b828326 commit 81dfeaa

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

android-ui-kit-sample/.idea/kotlinc.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android-ui-kit-sample/.idea/misc.xml

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android-ui-kit-sample/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ Then need to add implementation of QuickBlox UIKit and QuickBlox SDK to dependen
6464

6565
```
6666
dependencies {
67-
implementation "com.quickblox:android-ui-kit:0.1.4"
68-
implementation "com.quickblox:android-ai-answer-assistant:1.0.0"
67+
implementation "com.quickblox:android-ui-kit:0.2.1"
6968
7069
implementation 'com.quickblox:quickblox-android-sdk-messages:4.1.1'
7170
implementation 'com.quickblox:quickblox-android-sdk-chat:4.1.1'

android-ui-kit-sample/app/build.gradle

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
minSdk 21
1313
targetSdk 33
1414
versionCode 1
15-
versionName "1.1.0"
15+
versionName "1.2.0"
1616
}
1717

1818
buildTypes {
@@ -40,8 +40,7 @@ android {
4040
}
4141

4242
dependencies {
43-
implementation "com.quickblox:android-ui-kit:0.1.4"
44-
implementation "com.quickblox:android-ai-answer-assistant:1.0.0"
43+
implementation "com.quickblox:android-ui-kit:0.2.1"
4544

4645
implementation 'com.quickblox:quickblox-android-sdk-messages:4.1.1'
4746
implementation 'com.quickblox:quickblox-android-sdk-chat:4.1.1'

0 commit comments

Comments
 (0)