Skip to content

Commit 1898d0c

Browse files
committed
Upgrade spotify auth to 2.1.1, update androidx compat to 1.7.0, depend on commonTest for commonJvmLikeTest
1 parent 676c960 commit 1898d0c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ kotlin {
185185
}
186186

187187
val commonJvmLikeTest by creating {
188+
dependsOn(commonTest.get())
189+
188190
dependencies {
189191
implementation(kotlin("test-junit"))
190192
implementation(libs.spark.core)

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ spark = "2.9.4"
1515
korlibs = "4.0.10"
1616

1717
# Android specific versions
18-
android-spotify-auth = "1.2.6"
18+
android-spotify-auth = "2.1.1"
1919
android-crypto = "1.1.0-alpha06"
20-
androidx-compat = "1.6.1"
20+
androidx-compat = "1.7.0"
2121
android-retrofuture = "1.7.4"
2222

2323
[libraries]

0 commit comments

Comments
 (0)