Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency com.android.tools:sdk-common to v31.6.1
Browse files Browse the repository at this point in the history
renovate[bot] authored Sep 25, 2024
1 parent 128a95e commit d46d9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vgo/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ val r8: Configuration by configurations.creating

dependencies {
implementation(project(":vgo-core"))
implementation("com.android.tools:sdk-common:31.6.0")
implementation("com.android.tools:sdk-common:31.6.1")

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

0 comments on commit d46d9e0

Please sign in to comment.