Skip to content

Commit 36770f8

Browse files
authored
Merge pull request #233 from kdroidFilter/chore/update-dependencies
Update dependencies and drop iosX64 from audioplayer
2 parents 3d88354 + ec14e78 commit 36770f8

2 files changed

Lines changed: 10 additions & 11 deletions

File tree

audioplayer/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ kotlin {
3232
binaries.executable()
3333
}
3434

35-
iosX64()
3635
iosArm64()
3736
iosSimulatorArm64()
3837

gradle/libs.versions.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[versions]
22

33
androidcontextprovider = "1.0.1"
4-
filekit = "0.14.0"
5-
kotlin = "2.3.20"
4+
filekit = "0.14.2"
5+
kotlin = "2.4.0"
66
agp = "8.13.2"
7-
kotlinx-coroutines = "1.10.2"
7+
kotlinx-coroutines = "1.11.0"
88
kotlinxBrowserWasmJs = "0.5.0"
9-
kotlinxDatetime = "0.7.1"
10-
compose = "1.10.3"
9+
kotlinxDatetime = "0.8.0"
10+
compose = "1.11.1"
1111
androidx-activityCompose = "1.13.0"
12-
androidx-core = "1.18.0"
13-
media3Exoplayer = "1.10.0"
12+
androidx-core = "1.19.0"
13+
media3Exoplayer = "1.10.1"
1414
detekt = "1.23.8"
1515
ktlint = "14.2.0"
16-
androidx-lifecycle-runtime-ktx = "2.10.0"
16+
androidx-lifecycle-runtime-ktx = "2.11.0"
1717
jna = "5.18.1"
1818
platformtoolsDarkmodedetector = "0.7.4"
1919
rodio = "1.0.0"
@@ -65,8 +65,8 @@ android-library = { id = "com.android.library", version.ref = "agp" }
6565
compose = { id = "org.jetbrains.compose", version.ref = "compose" }
6666
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
6767
android-application = { id = "com.android.application", version.ref = "agp" }
68-
vannitktech-maven-publish = {id = "com.vanniktech.maven.publish", version = "0.36.0"}
68+
vannitktech-maven-publish = {id = "com.vanniktech.maven.publish", version = "0.37.0"}
6969
dokka = { id = "org.jetbrains.dokka" , version = "2.2.0"}
7070
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
7171
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlint" }
72-
nucleus = { id = "io.github.kdroidfilter.nucleus", version = "1.9.1" }
72+
nucleus = { id = "io.github.kdroidfilter.nucleus", version = "1.15.7" }

0 commit comments

Comments
 (0)