Skip to content

Commit

Permalink
1.6.0-ui-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
vdovbnya-qb committed Sep 22, 2023
1 parent 09dee78 commit ea42228
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
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ build.gradle** file.

```
dependencies {
implementation "com.quickblox:android-ui-kit:0.2.5"
implementation "com.quickblox:android-ui-kit:0.3.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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdk 21
targetSdk 33
versionCode 1
versionName "1.5.0"
versionName "1.6.0"
}

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

dependencies {
implementation "com.quickblox:android-ui-kit:0.2.5"
implementation "com.quickblox:android-ui-kit:0.3.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 ea42228

Please sign in to comment.