Skip to content

Commit 7f406ba

Browse files
Bump ytm-kt version to 0.4.2
1 parent 04b7c7a commit 7f406ba

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ 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",
5959
url = "https://github.com/toasterofbread/ytm-kt",

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)