Skip to content

Commit a255c1b

Browse files
committed
1.11.0-ui-kit
1 parent 9302319 commit a255c1b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

android-ui-kit-sample/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ build.gradle** file.
8282

8383
```
8484
dependencies {
85-
implementation "com.quickblox:android-ui-kit:0.7.0"
85+
implementation "com.quickblox:android-ui-kit:0.8.0"
8686
8787
implementation 'com.quickblox:quickblox-android-sdk-messages:4.1.1'
8888
implementation 'com.quickblox:quickblox-android-sdk-chat:4.1.1'
@@ -343,4 +343,4 @@ To use your own theme you just need to set it. This method must be called before
343343

344344
```
345345
QuickBloxUiKit.setTheme(CustomUiKitTheme())
346-
```
346+
```

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

Lines changed: 2 additions & 2 deletions
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.10.0"
15+
versionName "1.11.0"
1616
}
1717

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

4242
dependencies {
43-
implementation "com.quickblox:android-ui-kit:0.7.0"
43+
implementation "com.quickblox:android-ui-kit:0.8.0"
4444

4545
implementation 'com.quickblox:quickblox-android-sdk-messages:4.1.1'
4646
implementation 'com.quickblox:quickblox-android-sdk-chat:4.1.1'

0 commit comments

Comments
 (0)