Skip to content

Commit

Permalink
build(deps): bump com.android.tools.lint:lint from 31.3.1 to 31.3.2 (#…
Browse files Browse the repository at this point in the history
…1332)

Bumps com.android.tools.lint:lint from 31.3.1 to 31.3.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 15, 2024
1 parent 54f212c commit 72f7afa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lint-checks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ lintOptions {
}

dependencies {
compileOnly "com.android.tools.lint:lint-api:31.3.1"
compileOnly "com.android.tools.lint:lint-checks:31.3.1"
compileOnly "com.android.tools.lint:lint-api:31.3.2"
compileOnly "com.android.tools.lint:lint-checks:31.3.2"
// 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.3.1"
testImplementation "com.android.tools.lint:lint:31.3.2"
testImplementation "com.android.tools.lint:lint-tests:31.3.2"
testImplementation "com.android.tools:testutils:31.3.1"
}
Expand Down

0 comments on commit 72f7afa

Please sign in to comment.