Skip to content

Commit

Permalink
chore: bump lintVersion from 30.1.3 to 31.2.0
Browse files Browse the repository at this point in the history
Bumps `lintVersion` from 30.1.3 to 31.2.0.

Updates `com.android.tools.lint:lint-api` from 30.1.3 to 31.2.0

Updates `com.android.tools.lint:lint-checks` from 30.1.3 to 31.2.0

Updates `com.android.tools.lint:lint` from 30.1.3 to 31.2.0

Updates `com.android.tools.lint:lint-tests` from 30.1.3 to 31.2.0

Updates `com.android.tools:testutils` from 30.1.3 to 31.2.0

---
updated-dependencies:
- dependency-name: com.android.tools.lint:lint-api
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: com.android.tools.lint:lint-checks
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: com.android.tools.lint:lint
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: com.android.tools.lint:lint-tests
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: com.android.tools:testutils
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 13, 2023
1 parent c7287b6 commit 1e6b58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/custom-lint-rules/build.gradle
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ targetCompatibility = 1.8

buildscript {
ext {
lintVersion = '30.1.3'
lintVersion = '31.2.0'
}
repositories {
mavenCentral()
Expand Down

0 comments on commit 1e6b58b

Please sign in to comment.