Skip to content

Commit

Permalink
Bump the android-gradle-plugin group with 5 updates (#2100)
Browse files Browse the repository at this point in the history
* Bump the android-gradle-plugin group with 5 updates

Bumps the android-gradle-plugin group with 5 updates:

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


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

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

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

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

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

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>

* Bump gradle wrapper to 8.10.2

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alejandro Rosas <[email protected]>
  • Loading branch information
dependabot[bot] and alejandrorosas authored Oct 3, 2024
1 parent 71e91a4 commit 57f81c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.11.6" # update this alongside with compiler version

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.
androidPlugin = "8.7.0"
lint = "31.7.0" # android plugin, lint and sdk-common need to be updated together
androidSdkCommon = "31.7.0" # 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.6"
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 57f81c3

Please sign in to comment.