Skip to content

Commit

Permalink
Update AGP (LawnchairLauncher#2382)
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 and twnesss committed Oct 9, 2024
1 parent c671d6d commit 9a798f7
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.6.1" apply false
id("com.android.application") version "8.7.0" apply false
id("org.jetbrains.kotlin.android") version "2.0.20" apply false
id("org.jetbrains.kotlin.plugin.compose") version "2.0.20"
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.20" 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.6.1")
implementation("com.android.tools:sdk-common:31.7.0")
implementation("org.dom4j:dom4j:2.1.4")
implementation("commons-io:commons-io:2.17.0")
}

0 comments on commit 9a798f7

Please sign in to comment.