Skip to content

Commit

Permalink
Update dependency com.android.tools:sdk-common to v31.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 4e09c09 commit 4252e94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vgo-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ val r8: Configuration by configurations.creating
dependencies {
implementation(project(":vgo"))

implementation("com.android.tools:sdk-common:31.7.3")
implementation("com.android.tools:sdk-common:31.8.0")

r8("com.android.tools:r8:8.5.35")

Expand Down
2 changes: 1 addition & 1 deletion vgo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kotlin.sourceSets
dependencies {
implementation(project(":vgo-core"))

compileOnly("com.android.tools:sdk-common:31.7.3")
compileOnly("com.android.tools:sdk-common:31.8.0")

testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.1")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
Expand Down

0 comments on commit 4252e94

Please sign in to comment.