diff --git a/Package.swift b/Package.swift index 1f3f3a6..7fd3d42 100644 --- a/Package.swift +++ b/Package.swift @@ -21,8 +21,8 @@ let package = Package( .binaryTarget( name: "FeaturedCore", // Updated automatically by CI on each release. - url: "https://github.com/AndroidBroadcast/Featured/releases/download/v1.1.0/FeaturedCore.xcframework.zip", - checksum: "28b0d80da0bdce65eca3eafd4f836e4dcd49e10f2fcf7ea8c38eb8aa31e2be6f" + url: "https://github.com/AndroidBroadcast/Featured/releases/download/v1.2.0/FeaturedCore.xcframework.zip", + checksum: "a3a6237f766bc884bde21742429c60b9e6695a6af01c78b651be5a0802e826d2" ), ] ) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d2f6cda..b1b0465 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,24 +8,24 @@ androidx-appcompat = "1.7.1" androidx-core = "1.19.0" androidx-datastore = "1.2.1" androidx-espresso = "3.7.0" -androidx-lifecycle = "2.10.0" +androidx-lifecycle = "2.11.0" androidx-testExt = "1.3.0" androidx-testRunner = "1.7.0" composeHotReload = "1.1.1" composeMultiplatform = "1.10.3" core = "1.7.0" -firebaseBom = "34.14.1" +firebaseBom = "34.16.0" junit = "4.13.2" kotlin = "2.3.21" kotlinx-coroutines = "1.11.0" kotlinx-serialization = "1.11.0" -kover = "0.9.8" +kover = "0.9.9" material = "1.14.0" mockk = "1.14.11" preferenceKtx = "1.2.1" robolectric = "4.16.1" -skie = "0.10.12" -spotless = "8.6.0" +skie = "0.10.14" +spotless = "8.9.0" ktlint = "1.8.0" turbine = "1.2.1" mavenPublish = "0.36.0"