deps(android): bump gradle-wrapper from 9.1.0 to 9.6.1 in /purchasely/example/android - #140
Conversation
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>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
PR author is in the excluded authors list. |
kherembourg
left a comment
There was a problem hiding this comment.
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.
|
Review avant merge — OK, avec une divergence assumée. Diff réel : une ligne, C'est le déblocage de #145, qui échoue aujourd'hui sur Divergence acceptée : #150 met Même remarque que sur #150 : pas de |
….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>
Bumps gradle-wrapper from 9.1.0 to 9.6.1.
Release notes
Sourced from gradle-wrapper's releases.
... (truncated)
Commits
309d128Update fixed issues in release notes for 9.6.1 (#38328)040a978Update fixed issues in release notes for 9.6.1e0b8325Restore --non-interactive flag instead of --interactive/--no-interactive (#38...946f3e6Limit explicit temp file permission setting to intended use case (#38300)65f8224Restore --non-interactive flag instead of --interactive/--no-interactivee346a5eAdjust CLI flag to configure non-interactive console (#38301)9b53be9Adjust CLI flag to configure non-interactive console0dd3b53Limit explicit temp file permission setting to intended use case48e5ac2Add reproducers25598fdPrepare 9.6.1 patch release (#38293)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)