File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ plugins {
12
12
signing
13
13
id(" com.android.library" )
14
14
kotlin(" plugin.serialization" )
15
- id(" com.diffplug.spotless" ) version " 6.11 .0"
15
+ id(" com.diffplug.spotless" ) version " 6.21 .0"
16
16
id(" com.moowork.node" ) version " 1.3.1"
17
- id(" org.jetbrains.dokka" ) version " 1.8.20 "
17
+ id(" org.jetbrains.dokka" ) version " 1.9.0 "
18
18
}
19
19
20
20
repositories {
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ android.enableJetifier=true
9
9
android.disableAutomaticComponentCreation =false
10
10
11
11
# language dependencies
12
- kotlinVersion =1.9.0
12
+ kotlinVersion =1.9.10
13
13
14
14
# library dependencies
15
- kotlinxDatetimeVersion =0.4.0
16
- kotlinxSerializationVersion =1.5.1
17
- ktorVersion =2.1.3
15
+ kotlinxDatetimeVersion =0.4.1
16
+ kotlinxSerializationVersion =1.6.0
17
+ ktorVersion =2.3.4
18
18
korlibsVersion =3.4.0
19
- kotlinxCoroutinesVersion =1.7.2
19
+ kotlinxCoroutinesVersion =1.7.3
20
20
21
21
androidBuildToolsVersion =7.2.0
22
22
androidSpotifyAuthVersion =1.2.5
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.3 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments