Skip to content

Commit

Permalink
chore(deps): Bump gradle from 7.0.1 to 7.0.2 (#282)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2021
1 parent cb6b21c commit 945c9c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
}

dependencies {
api 'com.android.tools.build:gradle:7.0.1'
api 'com.android.tools.build:gradle:7.0.2'
implementation project(":jvm")
implementation project(":config")
implementation project(":versioning")
Expand Down
2 changes: 1 addition & 1 deletion quality/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
api 'org.jmailen.gradle:kotlinter-gradle:3.5.0'
api 'io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.18.1'
api 'org.jetbrains.kotlin:kotlin-gradle-plugin'
compileOnly 'com.android.tools.build:gradle:7.0.1'
compileOnly 'com.android.tools.build:gradle:7.0.2'
implementation 'com.github.usefulness:issuechecker:0.3.0'
implementation project(":config")

Expand Down
2 changes: 1 addition & 1 deletion versioning/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {
}

dependencies {
compileOnly 'com.android.tools.build:gradle:7.0.1'
compileOnly 'com.android.tools.build:gradle:7.0.2'
implementation 'pl.allegro.tech.build:axion-release-plugin:1.13.3'
implementation project(":config")

Expand Down

0 comments on commit 945c9c7

Please sign in to comment.