Skip to content

Commit

Permalink
Update AGP (#2252)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 11, 2024
1 parent 7881a51 commit 7b7618e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.diffplug.gradle.spotless.SpotlessExtension
import com.diffplug.spotless.extra.wtp.EclipseWtpFormatterStep

plugins {
id("com.android.application") version "8.5.1" apply false
id("com.android.application") version "8.5.2" apply false
id("org.jetbrains.kotlin.android") version "2.0.10" apply false
id("org.jetbrains.kotlin.plugin.compose") version "2.0.10"
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.10" apply false
Expand Down
2 changes: 1 addition & 1 deletion svg-processor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ application {
}

dependencies {
implementation("com.android.tools:sdk-common:31.5.1")
implementation("com.android.tools:sdk-common:31.5.2")
implementation("org.dom4j:dom4j:2.1.4")
implementation("commons-io:commons-io:2.16.1")
}

0 comments on commit 7b7618e

Please sign in to comment.