Skip to content

Commit

Permalink
chore(deps): Bump gradle from 4.2.1 to 4.2.2 (#266)
Browse files Browse the repository at this point in the history
Bumps gradle from 4.2.1 to 4.2.2.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 30, 2021
1 parent 313e500 commit a2b2553
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:4.2.1'
api 'com.android.tools.build:gradle:4.2.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.4.5'
api 'io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.17.1'
api 'org.jetbrains.kotlin:kotlin-gradle-plugin'
compileOnly 'com.android.tools.build:gradle:4.2.1'
compileOnly 'com.android.tools.build:gradle:4.2.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:4.2.1'
compileOnly 'com.android.tools.build:gradle:4.2.2'
implementation 'pl.allegro.tech.build:axion-release-plugin:1.13.3'
implementation project(":config")

Expand Down

0 comments on commit a2b2553

Please sign in to comment.