deps(android): bump com.android.application from 9.0.1 to 9.4.0 in /purchasely/example/android - #145
Conversation
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 2 of the Gradle/AGP chain — do not merge yet.
The 4 red checks are a real, well-understood blocker, not a flake:
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; purchasely/example/android is on 9.1.0. #140 (wrapper → 9.6.1) fixes exactly that. Sequence:
Once #140 is on main, Dependabot will rebase this and the four checks should go green. This is also the PR that changes the effective AGP version (the example's settings.gradle pluginManagement), so it should land with #143 rather than after it.
|
@dependabot rebase |
Bumps com.android.application from 9.0.1 to 9.4.0. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
a387a77 to
881e368
Compare
….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 com.android.application from 9.0.1 to 9.4.0.