Skip to content

Commit

Permalink
Merge pull request #87 from joreilly/renovate/com.android.tools.build…
Browse files Browse the repository at this point in the history
…-gradle-8.x

Update dependency com.android.tools.build:gradle to v8.1.0
  • Loading branch information
joreilly authored Jul 28, 2023
2 parents d296393 + 059e44b commit 7c5502a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:8.0.2")
classpath("com.android.tools.build:gradle:8.1.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${Versions.kotlin}")
classpath("org.jetbrains.kotlin:kotlin-serialization:${Versions.kotlin}")
classpath("com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:${Versions.kspPlugin}")
Expand Down

0 comments on commit 7c5502a

Please sign in to comment.