Skip to content

Commit

Permalink
1.10.0-ui-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
vdovbnya-qb committed Nov 29, 2023
1 parent 1ab9b1c commit 5bb9dac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android-ui-kit-sample/README.md
Expand Up @@ -82,7 +82,7 @@ build.gradle** file.

```
dependencies {
implementation "com.quickblox:android-ui-kit:0.6.0"
implementation "com.quickblox:android-ui-kit:0.7.0"
implementation 'com.quickblox:quickblox-android-sdk-messages:4.1.1'
implementation 'com.quickblox:quickblox-android-sdk-chat:4.1.1'
Expand Down
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.9.0"
versionName "1.10.0"
}

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

dependencies {
implementation "com.quickblox:android-ui-kit:0.6.0"
implementation "com.quickblox:android-ui-kit:0.7.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 5bb9dac

Please sign in to comment.