Skip to content

Commit

Permalink
- upgraded kotlin version to 1.9.22
Browse files Browse the repository at this point in the history
- upgraded compose to 1.6.0
- upgraded compose-plugin to 1.5.12
  • Loading branch information
ismail committed Jan 30, 2024
1 parent 2be6ba6 commit 68ff039
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion sample/shared/src/commonMain/kotlin/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 68ff039

Please sign in to comment.