File tree Expand file tree Collapse file tree 4 files changed +19
-18
lines changed Expand file tree Collapse file tree 4 files changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -82,11 +82,11 @@ build.gradle** file.
8282
8383```
8484dependencies {
85- implementation "com.quickblox:android-ui-kit:0.8 .0"
85+ implementation "com.quickblox:android-ui-kit:0.10 .0"
8686
87- implementation 'com.quickblox:quickblox-android-sdk-messages:4.1.1 '
88- implementation 'com.quickblox:quickblox-android-sdk-chat:4.1.1 '
89- implementation 'com.quickblox:quickblox-android-sdk-content:4.1.1 '
87+ implementation 'com.quickblox:quickblox-android-sdk-messages:4.2.2 '
88+ implementation 'com.quickblox:quickblox-android-sdk-chat:4.2.2 '
89+ implementation 'com.quickblox:quickblox-android-sdk-content:4.2.2 '
9090}
9191```
9292
Original file line number Diff line number Diff line change @@ -5,14 +5,15 @@ plugins {
55}
66
77android {
8- compileSdk 33
8+ namespace = " com.example.android_ui_kit_sample "
99
1010 defaultConfig {
1111 applicationId " com.example.android_ui_kit_sample"
1212 minSdk 21
13- targetSdk 33
13+ targetSdk 34
14+ compileSdk 34
1415 versionCode 1
15- versionName " 1.11 .0"
16+ versionName " 1.12 .0"
1617 }
1718
1819 buildTypes {
@@ -25,11 +26,11 @@ android {
2526 }
2627
2728 compileOptions {
28- sourceCompatibility JavaVersion . VERSION_1_8
29- targetCompatibility JavaVersion . VERSION_1_8
29+ sourceCompatibility JavaVersion . VERSION_17
30+ targetCompatibility JavaVersion . VERSION_17
3031 }
3132 kotlinOptions {
32- jvmTarget = ' 1.8 '
33+ jvmTarget = ' 17 '
3334 }
3435 kapt {
3536 correctErrorTypes true
@@ -40,11 +41,11 @@ android {
4041}
4142
4243dependencies {
43- implementation " com.quickblox:android-ui-kit:0.8 .0"
44+ implementation " com.quickblox:android-ui-kit:0.10 .0"
4445
45- implementation ' com.quickblox:quickblox-android-sdk-messages:4.1.1 '
46- implementation ' com.quickblox:quickblox-android-sdk-chat:4.1.1 '
47- implementation ' com.quickblox:quickblox-android-sdk-content:4.1.1 '
46+ implementation ' com.quickblox:quickblox-android-sdk-messages:4.2.2 '
47+ implementation ' com.quickblox:quickblox-android-sdk-chat:4.2.2 '
48+ implementation ' com.quickblox:quickblox-android-sdk-content:4.2.2 '
4849
4950 implementation ' androidx.core:core-ktx:1.10.1'
5051 implementation ' androidx.appcompat:appcompat:1.6.1'
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22plugins {
33 id ' com.android.application' version ' 7.4.1' apply false
4- id ' com.android.library' version ' 7.4.1 ' apply false
4+ id ' com.android.library' version ' 8.2.0 ' apply false
55 id ' org.jetbrains.kotlin.android' version ' 1.8.21' apply false
66}
77
Original file line number Diff line number Diff line change 1- # Fri Apr 28 19:29:36 CEST 2023
1+ # Thu Sep 12 12:04:42 EEST 2024
22distributionBase =GRADLE_USER_HOME
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5-bin.zip
43distributionPath =wrapper/dists
5- zipStorePath = wrapper/dists
4+ distributionUrl = https\://services.gradle.org/distributions/gradle-8.2-bin.zip
65zipStoreBase =GRADLE_USER_HOME
6+ zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments