Skip to content

deps(android): bump gradle-wrapper from 9.1.0 to 9.6.1 in /purchasely/example/android - #140

Merged
kherembourg merged 1 commit into
mainfrom
dependabot/gradle/purchasely/example/android/gradle-wrapper-9.6.1
Sep 7, 2026
Merged

deps(android): bump gradle-wrapper from 9.1.0 to 9.6.1 in /purchasely/example/android#140
kherembourg merged 1 commit into
mainfrom
dependabot/gradle/purchasely/example/android/gradle-wrapper-9.6.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps gradle-wrapper from 9.1.0 to 9.6.1.

Release notes

Sourced from gradle-wrapper's releases.

9.6.1

The Gradle team is excited to announce Gradle 9.6.1.

Here are the highlights of this release:

  • Improved Configuration Cache hit rates
  • Additional CLI rendering options
  • Important project hierarchy lookup deprecations

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: Aharnish Solanki, Benedikt Johannes, Devendra Reddy Pennabadi, Dmytro Rodionov, Dreeam, Elías Hernández Rodríguez, Eng Zer Jun, FinlayRJW, Kamal Kansal, Marcono1234, Nelson Osacky, Philip Wedemann, Ravi, Roberto Perez Alcolea, Ryan Schmitt, Sebastian Schuberth, seunghun.ham, sk-reddy17, Suvrat Acharya, Vedant Madane.

Upgrade instructions

Switch your build to use Gradle 9.6.1 by updating your wrapper:

./gradlew :wrapper --gradle-version=9.6.1 && ./gradlew :wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

9.6.0

... (truncated)

Commits
  • 309d128 Update fixed issues in release notes for 9.6.1 (#38328)
  • 040a978 Update fixed issues in release notes for 9.6.1
  • e0b8325 Restore --non-interactive flag instead of --interactive/--no-interactive (#38...
  • 946f3e6 Limit explicit temp file permission setting to intended use case (#38300)
  • 65f8224 Restore --non-interactive flag instead of --interactive/--no-interactive
  • e346a5e Adjust CLI flag to configure non-interactive console (#38301)
  • 9b53be9 Adjust CLI flag to configure non-interactive console
  • 0dd3b53 Limit explicit temp file permission setting to intended use case
  • 48e5ac2 Add reproducers
  • 25598fd Prepare 9.6.1 patch release (#38293)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [gradle-wrapper](https://github.com/gradle/gradle) from 9.1.0 to 9.6.1.
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.1.0...v9.6.1)

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: android, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@greptile-apps

greptile-apps Bot commented Jul 27, 2026

Copy link
Copy Markdown

PR author is in the excluded authors list.

@kherembourg kherembourg left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving as step 1 of the Gradle/AGP chain.

This is a prerequisite, not just a routine bump: #145 (example AGP 9.0.1 → 9.3.1) fails today with

Failed to apply plugin 'com.android.internal.version-check'.
> Minimum supported Gradle version is 9.5.0. Current version is 9.1.0.

AGP 9.3.1 requires Gradle ≥ 9.5.0 and this module is on 9.1.0. Merging this unblocks it. 11/11 checks green.

Note: #150 moves purchasely/android to 9.7.1 while this one moves the example to 9.6.1, so the two wrappers will briefly diverge. Both satisfy AGP 9.3.1's floor; Dependabot will converge them.

@kherembourg

Copy link
Copy Markdown
Collaborator

Review avant merge — OK, avec une divergence assumée.

Diff réel : une ligne, distributionUrl gradle-9.1.0-bin.zipgradle-9.6.1-bin.zip.

C'est le déblocage de #145, qui échoue aujourd'hui sur Minimum supported Gradle version is 9.5.0. Current version is 9.1.0. 9.6.1 satisfait le plancher d'AGP 9.3.1.

Divergence acceptée : #150 met purchasely/android en 9.7.1 et celle-ci met l'example en 9.6.1. Les deux passent le plancher, donc rien ne casse, mais les deux modules seront brièvement sur des Gradle différents. Je laisse Dependabot converger l'example en 9.7.1 au prochain cycle plutôt que d'éditer une PR Dependabot à la main.

Même remarque que sur #150 : pas de distributionSha256Sum épinglé ici non plus.

@kherembourg
kherembourg merged commit 43a0dec into main Sep 7, 2026
11 checks passed
@dependabot
dependabot Bot deleted the dependabot/gradle/purchasely/example/android/gradle-wrapper-9.6.1 branch September 7, 2026 16:29
kherembourg added a commit that referenced this pull request Sep 7, 2026
….4.0 (#154)

#145 landed AGP **9.4.0** in `purchasely/example/android/settings.gradle` — not
the 9.3.1 its title says: Dependabot re-targeted to the latest when it rebased.
#143, which would have moved `purchasely/android`'s buildscript classpath, was
closed as superseded and its branch deleted, so the two declarations diverged:

    example/settings.gradle    com.android.application  9.4.0   (effective)
    purchasely/android         com.android.tools.build  9.0.1   (stale)

The classpath here only takes effect for a standalone module build — when Flutter
builds the plugin as part of the example, the applied version comes from the
example's pluginManagement. So this is not a build fix; it is keeping the two
declarations from drifting, which is what makes the next AGP bump reviewable.

Both wrappers clear AGP 9.4's Gradle floor: `purchasely/android` on 9.7.1 (#150),
the example on 9.6.1 (#140).

Verified: `flutter build apk --debug` green on the example, which exercises the
effective AGP.

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant