Skip to content

Commit

Permalink
Bump the android-gradle-plugin group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the android-gradle-plugin group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| com.android.tools.build:gradle | `8.6.0` | `8.6.1` |
| com.android.tools.lint:lint-tests | `31.6.0` | `31.6.1` |
| com.android.tools.lint:lint | `31.6.0` | `31.6.1` |
| com.android.tools.lint:lint-api | `31.6.0` | `31.6.1` |
| com.android.tools:sdk-common | `31.6.0` | `31.6.1` |


Updates `com.android.tools.build:gradle` from 8.6.0 to 8.6.1

Updates `com.android.tools.lint:lint-tests` from 31.6.0 to 31.6.1

Updates `com.android.tools.lint:lint` from 31.6.0 to 31.6.1

Updates `com.android.tools.lint:lint-api` from 31.6.0 to 31.6.1

Updates `com.android.tools.lint:lint` from 31.6.0 to 31.6.1

Updates `com.android.tools.lint:lint-api` from 31.6.0 to 31.6.1

Updates `com.android.tools:sdk-common` from 31.6.0 to 31.6.1

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-gradle-plugin
- dependency-name: com.android.tools.lint:lint-tests
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-gradle-plugin
- dependency-name: com.android.tools.lint:lint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-gradle-plugin
- dependency-name: com.android.tools.lint:lint-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-gradle-plugin
- dependency-name: com.android.tools.lint:lint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-gradle-plugin
- dependency-name: com.android.tools.lint:lint-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-gradle-plugin
- dependency-name: com.android.tools:sdk-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-gradle-plugin
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
1 parent 0e3c16b commit 01bd4f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ ksp = "2.0.20-1.0.25" # depends on Kotlin version
compilerTesting = "1.6.0"
destinations = "1.10.2" # update this alongside with compiler version

androidPlugin = "8.6.0"
lint = "31.6.0" # android plugin, lint and sdk-common need to be updated together
androidSdkCommon = "31.6.0" # if the Gradle plugin version is X.Y.Z, then the lint version is (X+23).Y.Z.
androidPlugin = "8.6.1"
lint = "31.6.1" # android plugin, lint and sdk-common need to be updated together
androidSdkCommon = "31.6.1" # if the Gradle plugin version is X.Y.Z, then the lint version is (X+23).Y.Z.

detekt = "1.23.7"
lifecycle = "2.8.5"
Expand Down

0 comments on commit 01bd4f1

Please sign in to comment.