File tree 4 files changed +19
-18
lines changed
4 files changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -82,11 +82,11 @@ build.gradle** file.
82
82
83
83
```
84
84
dependencies {
85
- implementation "com.quickblox:android-ui-kit:0.8 .0"
85
+ implementation "com.quickblox:android-ui-kit:0.10 .0"
86
86
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 '
90
90
}
91
91
```
92
92
Original file line number Diff line number Diff line change @@ -5,14 +5,15 @@ plugins {
5
5
}
6
6
7
7
android {
8
- compileSdk 33
8
+ namespace = " com.example.android_ui_kit_sample "
9
9
10
10
defaultConfig {
11
11
applicationId " com.example.android_ui_kit_sample"
12
12
minSdk 21
13
- targetSdk 33
13
+ targetSdk 34
14
+ compileSdk 34
14
15
versionCode 1
15
- versionName " 1.11 .0"
16
+ versionName " 1.12 .0"
16
17
}
17
18
18
19
buildTypes {
@@ -25,11 +26,11 @@ android {
25
26
}
26
27
27
28
compileOptions {
28
- sourceCompatibility JavaVersion . VERSION_1_8
29
- targetCompatibility JavaVersion . VERSION_1_8
29
+ sourceCompatibility JavaVersion . VERSION_17
30
+ targetCompatibility JavaVersion . VERSION_17
30
31
}
31
32
kotlinOptions {
32
- jvmTarget = ' 1.8 '
33
+ jvmTarget = ' 17 '
33
34
}
34
35
kapt {
35
36
correctErrorTypes true
@@ -40,11 +41,11 @@ android {
40
41
}
41
42
42
43
dependencies {
43
- implementation " com.quickblox:android-ui-kit:0.8 .0"
44
+ implementation " com.quickblox:android-ui-kit:0.10 .0"
44
45
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 '
48
49
49
50
implementation ' androidx.core:core-ktx:1.10.1'
50
51
implementation ' androidx.appcompat:appcompat:1.6.1'
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
plugins {
3
3
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
5
5
id ' org.jetbrains.kotlin.android' version ' 1.8.21' apply false
6
6
}
7
7
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
2
2
distributionBase =GRADLE_USER_HOME
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5-bin.zip
4
3
distributionPath =wrapper/dists
5
- zipStorePath = wrapper/dists
4
+ distributionUrl = https\://services.gradle.org/distributions/gradle-8.2-bin.zip
6
5
zipStoreBase =GRADLE_USER_HOME
6
+ zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments