Skip to content

Commit

Permalink
Merge branch 'main' into renovate/gradle-8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt authored Nov 25, 2024
2 parents 1bf69a2 + b16321e commit 961f558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ agp = "8.7.2" # 7.4.1 is the maximum version supported by IDEA 2023.1
android-compile = "34"
android-min = "21"
android-target = "32"
compose = "1.7.0"
compose = "1.7.1"
coroutines = "1.9.0"
jacoco = "0.8.7"
jvm-toolchain = "11"
Expand All @@ -30,5 +30,5 @@ compose = { id = "org.jetbrains.compose", version.ref = "compose" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlinter = { id = "org.jmailen.kotlinter", version = "4.4.1" }
kotlinter = { id = "org.jmailen.kotlinter", version = "4.5.0" }
maven-publish = { id = "com.vanniktech.maven.publish", version = "0.30.0" }

0 comments on commit 961f558

Please sign in to comment.