Skip to content

Commit 95fb23d

Browse files
Bump ytm-kt version to 0.4.2
1 parent 04b7c7a commit 95fb23d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

buildSrc/src/main/kotlin/plugins/spmp/Dependencies.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ class SpMpDeps(extra: Map<String, Any>) {
5252
license = "GPL-3.0",
5353
license_url = "https://github.com/toasterofbread/ComposeKit/blob/136f216e65395660255d3270af9b79c90ae2254c/LICENSE"
5454
),
55-
"dev.toastbits.ytmkt" to DependencyInfo(
56-
version = "0.4.1",
55+
"dev.toastbits:ytm-kt" to DependencyInfo(
56+
version = "0.4.2",
5757
name = "ytm-kt",
5858
author = "toasterofbread",
59-
url = "https://github.com/toasterofbread/ytm-kt",
59+
url = "https://gitlab.com/toasterofbread/ytm-kt",
6060
license = "Apache-2.0",
61-
license_url = "https://github.com/toasterofbread/ytm-kt/blob/bc8ea6cef51d5da69e6ac2d898672db2825602fe/LICENSE"
61+
license_url = "https://gitlab.com/toastbits/ytm-kt/-/blob/665916f150af57532e80ce3397d260af4cbee789/LICENSE"
6262
),
6363
"dev.toastbits.mediasession" to DependencyInfo(
6464
version = "0.1.0",

settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ dependencyResolutionManagement {
3838
repositoriesMode.set(RepositoriesMode.PREFER_PROJECT)
3939
repositories {
4040
mavenLocal()
41+
maven("https://maven.toastbits.dev")
4142

4243
google()
4344
mavenCentral()

shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ kotlin {
9292

9393
implementation(deps.get("dev.toastbits:spms"))
9494
implementation(deps.get("dev.toastbits.composekit:library"))
95-
implementation(deps.get("dev.toastbits.ytmkt:ytmkt"))
95+
implementation(deps.get("dev.toastbits:ytm-kt"))
9696
implementation(deps.get("dev.toastbits.kana-kt:kanakt"))
9797

9898
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC")

shared/src/commonMain/kotlin/com/toasterofbread/spmp/model/mediaitem/db/PlayCount.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import kotlinx.datetime.LocalDateTime
2424
import kotlinx.datetime.LocalDate
2525
import kotlinx.datetime.toLocalDateTime
2626
import kotlinx.datetime.Instant
27-
import kotlin.time.days
2827
import kotlin.time.Duration
2928
import PlatformIO
3029

0 commit comments

Comments
 (0)