Skip to content

Commit

Permalink
Merge branch 'main' into renovate/kotlinx.coroutines
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis authored Jul 26, 2023
2 parents 50ed2d6 + 497475a commit 63efb6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kotlinx-coroutines = "1.7.3"
kotlinx-collections-immutable = "0.3.5"
ksp = "1.8.22-1.0.11"
ktlint = "0.48.2"
lint = "31.0.2"
lint = "31.1.0"
minCompileSdk = "24"
paparazzi = "1.2.0"
showkase = "1.0.0-beta17"
Expand Down
2 changes: 1 addition & 1 deletion scripts/svg2avd/svg2avd.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@file:Repository("https://repo1.maven.org/maven2/")
@file:Repository("https://maven.google.com")
@file:DependsOn("org.jetbrains.kotlin:kotlin-stdlib:1.8.22")
@file:DependsOn("com.android.tools:sdk-common:31.0.2")
@file:DependsOn("com.android.tools:sdk-common:31.1.0")
@file:DependsOn("com.github.ajalt.clikt:clikt-jvm:4.1.0")

import com.android.ide.common.vectordrawable.Svg2Vector
Expand Down

0 comments on commit 63efb6e

Please sign in to comment.