Skip to content

Commit

Permalink
build(deps): bump com.android.tools.lint:lint from 31.4.1 to 31.6.0
Browse files Browse the repository at this point in the history
Bumps com.android.tools.lint:lint from 31.4.1 to 31.6.0.

---
updated-dependencies:
- dependency-name: com.android.tools.lint:lint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 2, 2024
1 parent dd85f6f commit a4a7ea3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lint-checks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ lintOptions {
}

dependencies {
compileOnly "com.android.tools.lint:lint-api:31.4.1"
compileOnly "com.android.tools.lint:lint-checks:31.4.1"
compileOnly "com.android.tools.lint:lint-api:31.6.0"
compileOnly "com.android.tools.lint:lint-checks:31.6.0"
// compileOnly "com.android.tools.lint:manifest-merger:31.1.0"
compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
testImplementation "junit:junit:4.13.2"
testImplementation "com.android.tools.lint:lint:31.4.1"
testImplementation "com.android.tools.lint:lint-tests:31.4.1"
testImplementation "com.android.tools.lint:lint:31.6.0"
testImplementation "com.android.tools.lint:lint-tests:31.6.0"
testImplementation "com.android.tools:testutils:31.4.1"
}

Expand Down

0 comments on commit a4a7ea3

Please sign in to comment.