Skip to content

Commit

Permalink
chore(deps): update dependency com.android.tools.build:gradle to v7.2.0
Browse files Browse the repository at this point in the history
| datasource | package                        | from  | to    |
| ---------- | ------------------------------ | ----- | ----- |
| maven      | com.android.tools.build:gradle | 7.1.3 | 7.2.0 |
  • Loading branch information
renovate-bot committed May 9, 2022
1 parent e80a23c commit d25704b
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 @@ -13,7 +13,7 @@ buildscript {
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
}
dependencies {
classpath("com.android.tools.build:gradle:7.1.3")
classpath("com.android.tools.build:gradle:7.2.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.5.2")
classpath("dev.ahmedmourad.nocopy:nocopy-gradle-plugin:1.4.0")
Expand Down

0 comments on commit d25704b

Please sign in to comment.