Skip to content

deps(android): bump com.android.application from 9.0.1 to 9.4.0 in /purchasely/example/android - #145

Merged
kherembourg merged 1 commit into
mainfrom
dependabot/gradle/purchasely/example/android/com.android.application-9.3.1
Sep 7, 2026
Merged

deps(android): bump com.android.application from 9.0.1 to 9.4.0 in /purchasely/example/android#145
kherembourg merged 1 commit into
mainfrom
dependabot/gradle/purchasely/example/android/com.android.application-9.3.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps com.android.application from 9.0.1 to 9.4.0.

@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 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:

  1. #140 + #150 — Gradle wrappers
  2. this PR + #143 — AGP 9.3.1

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.

@kherembourg

Copy link
Copy Markdown
Collaborator

@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>
@dependabot dependabot Bot changed the title deps(android): bump com.android.application from 9.0.1 to 9.3.1 in /purchasely/example/android deps(android): bump com.android.application from 9.0.1 to 9.4.0 in /purchasely/example/android Sep 7, 2026
@dependabot
dependabot Bot force-pushed the dependabot/gradle/purchasely/example/android/com.android.application-9.3.1 branch from a387a77 to 881e368 Compare September 7, 2026 16:31
@kherembourg
kherembourg merged commit 6048ec1 into main Sep 7, 2026
11 checks passed
@dependabot
dependabot Bot deleted the dependabot/gradle/purchasely/example/android/com.android.application-9.3.1 branch September 7, 2026 16:46
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.

2 participants