diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c79b68c..4ff88f0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,14 +1,14 @@ [versions] agp = "8.2.2" -kotlin = "1.9.21" +kotlin = "1.9.22" android-compileSdk= "34" android-minSdk= "24" android-targetSdk= "34" androidx-activityCompose = "1.8.2" androidx-appcompat = "1.6.1" androidx-core-ktx = "1.12.0" -compose = "1.5.11" -compose-plugin = "1.5.11" +compose = "1.6.0" +compose-plugin = "1.5.12" dokka = "1.9.10" klint = "12.1.0" maven-publish = "0.27.0" diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 9bc78ea..cc9d8a9 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -126,7 +126,7 @@ mavenPublishing { // or when publishing to https://s01.oss.sonatype.org publishToMavenCentral(SonatypeHost.S01, automaticRelease = true) signAllPublications() - coordinates("io.github.ismai117", "kottie", "1.3.1") + coordinates("io.github.ismai117", "kottie", "1.4.1") pom { name.set(project.name) diff --git a/sample/shared/src/commonMain/kotlin/App.kt b/sample/shared/src/commonMain/kotlin/App.kt index 84e890e..2a27b2a 100644 --- a/sample/shared/src/commonMain/kotlin/App.kt +++ b/sample/shared/src/commonMain/kotlin/App.kt @@ -28,7 +28,7 @@ fun App( ) { val composition = rememberKottieComposition( - spec = KottieCompositionSpec.File(resource("people.json")) + spec = KottieCompositionSpec.File(resource("Animation.json")) ) // Url("https://lottie.host/972ae0a6-d541-408f-ba32-25f5a0109c39/lFxAzvdRl8.json")