Skip to content

Commit

Permalink
chore(deps): bump lint from 30.0.1 to 30.0.2 (#970)
Browse files Browse the repository at this point in the history
Bumps lint from 30.0.1 to 30.0.2.

---
updated-dependencies:
- dependency-name: com.android.tools.lint:lint
  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 Sep 1, 2021
1 parent 9bbbc41 commit faf1ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint-checks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
compileOnly "com.android.tools.lint:lint-checks:30.0.2"
compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
testImplementation "junit:junit:4.13.2"
testImplementation "com.android.tools.lint:lint:30.0.1"
testImplementation "com.android.tools.lint:lint:30.0.2"
testImplementation "com.android.tools.lint:lint-tests:30.0.2"
testImplementation "com.android.tools:testutils:30.0.2"
}
Expand Down

0 comments on commit faf1ad6

Please sign in to comment.