Skip to content

Commit

Permalink
1.11.0-ui-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
vdovbnya-qb committed Dec 21, 2023
1 parent 9302319 commit a255c1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android-ui-kit-sample/README.md
Expand Up @@ -82,7 +82,7 @@ build.gradle** file.

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

```
QuickBloxUiKit.setTheme(CustomUiKitTheme())
```
```
4 changes: 2 additions & 2 deletions android-ui-kit-sample/app/build.gradle
Expand Up @@ -12,7 +12,7 @@ android {
minSdk 21
targetSdk 33
versionCode 1
versionName "1.10.0"
versionName "1.11.0"
}

buildTypes {
Expand Down Expand Up @@ -40,7 +40,7 @@ android {
}

dependencies {
implementation "com.quickblox:android-ui-kit:0.7.0"
implementation "com.quickblox:android-ui-kit:0.8.0"

implementation 'com.quickblox:quickblox-android-sdk-messages:4.1.1'
implementation 'com.quickblox:quickblox-android-sdk-chat:4.1.1'
Expand Down

0 comments on commit a255c1b

Please sign in to comment.