Skip to content

Commit

Permalink
1.12.0-ui-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
vdovbnya-qb committed Oct 17, 2024
1 parent 67e9ac5 commit f099d53
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 deletions.
8 changes: 4 additions & 4 deletions android-ui-kit-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ build.gradle** file.

```
dependencies {
implementation "com.quickblox:android-ui-kit:0.8.0"
implementation "com.quickblox:android-ui-kit:0.10.0"
implementation 'com.quickblox:quickblox-android-sdk-messages:4.1.1'
implementation 'com.quickblox:quickblox-android-sdk-chat:4.1.1'
implementation 'com.quickblox:quickblox-android-sdk-content:4.1.1'
implementation 'com.quickblox:quickblox-android-sdk-messages:4.2.2'
implementation 'com.quickblox:quickblox-android-sdk-chat:4.2.2'
implementation 'com.quickblox:quickblox-android-sdk-content:4.2.2'
}
```

Expand Down
21 changes: 11 additions & 10 deletions android-ui-kit-sample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ plugins {
}

android {
compileSdk 33
namespace = "com.example.android_ui_kit_sample"

defaultConfig {
applicationId "com.example.android_ui_kit_sample"
minSdk 21
targetSdk 33
targetSdk 34
compileSdk 34
versionCode 1
versionName "1.11.0"
versionName "1.12.0"
}

buildTypes {
Expand All @@ -25,11 +26,11 @@ android {
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = '1.8'
jvmTarget = '17'
}
kapt {
correctErrorTypes true
Expand All @@ -40,11 +41,11 @@ android {
}

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

implementation 'com.quickblox:quickblox-android-sdk-messages:4.1.1'
implementation 'com.quickblox:quickblox-android-sdk-chat:4.1.1'
implementation 'com.quickblox:quickblox-android-sdk-content:4.1.1'
implementation 'com.quickblox:quickblox-android-sdk-messages:4.2.2'
implementation 'com.quickblox:quickblox-android-sdk-chat:4.2.2'
implementation 'com.quickblox:quickblox-android-sdk-content:4.2.2'

implementation 'androidx.core:core-ktx:1.10.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
Expand Down
2 changes: 1 addition & 1 deletion android-ui-kit-sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.4.1' apply false
id 'com.android.library' version '7.4.1' apply false
id 'com.android.library' version '8.2.0' apply false
id 'org.jetbrains.kotlin.android' version '1.8.21' apply false
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Apr 28 19:29:36 CEST 2023
#Thu Sep 12 12:04:42 EEST 2024
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit f099d53

Please sign in to comment.