Skip to content

Commit

Permalink
Update dependency com.android.tools:sdk-common to v31.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent f0c5b74 commit 819f25c
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.2")
implementation("com.android.tools:sdk-common:31.7.3")

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.2")
compileOnly("com.android.tools:sdk-common:31.7.3")

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

0 comments on commit 819f25c

Please sign in to comment.