Skip to content

Commit

Permalink
Merge branch 'main' into renovate/androidx.activity
Browse files Browse the repository at this point in the history
  • Loading branch information
cedrickcooke authored Apr 24, 2023
2 parents 8dceac1 + 8813804 commit 724aa5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android-min = "21"
compose = "1.4.0"
coroutines = "1.6.4"
jacoco = "0.8.7"
kotlin = "1.8.10"
kotlin = "1.8.20"

[libraries]
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.7.1" }
Expand All @@ -29,6 +29,6 @@ compose = { id = "org.jetbrains.compose", version.ref = "compose" }
dokka = { id = "org.jetbrains.dokka", version = "1.8.10" }
java8 = { id = "net.mbonnin.one.eight", version = "0.2" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlinter = { id = "org.jmailen.kotlinter", version = "3.13.0" }
maven-publish = { id = "com.vanniktech.maven.publish", version = "0.25.1" }
kotlinter = { id = "org.jmailen.kotlinter", version = "3.14.0" }
maven-publish = { id = "com.vanniktech.maven.publish", version = "0.25.2" }
validator = { id = "binary-compatibility-validator", version = "0.13.0" }
1 change: 0 additions & 1 deletion kanvas/src/commonMain/kotlin/svg/StringToPath.kt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ internal enum class Command(
RelativeQuadraticTo(command = 'q', numArgs = 4),
RelativeSmoothQuadraticTo(command = 't', numArgs = 2),
RelativeArc(command = 'a', numArgs = 7),
;
}

private val charToCommandCache = enumValues<Command>().associateBy { it.command }
Expand Down

0 comments on commit 724aa5b

Please sign in to comment.