Skip to content

Commit

Permalink
1.5.0-ui-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
vdovbnya-qb committed Sep 19, 2023
1 parent c513ec7 commit 09dee78
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.2.4"
implementation "com.quickblox:android-ui-kit:0.2.5"
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.4.0"
versionName "1.5.0"
}

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

dependencies {
implementation "com.quickblox:android-ui-kit:0.2.4"
implementation "com.quickblox:android-ui-kit:0.2.5"

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 09dee78

Please sign in to comment.