Skip to content

deps(android): bump com.android.tools.build:gradle from 9.0.1 to 9.3.1 in /purchasely/android - #143

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/purchasely/android/com.android.tools.build-gradle-9.3.1
Closed

deps(android): bump com.android.tools.build:gradle from 9.0.1 to 9.3.1 in /purchasely/android#143
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/purchasely/android/com.android.tools.build-gradle-9.3.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps com.android.tools.build:gradle from 9.0.1 to 9.3.1.

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 com.android.tools.build:gradle from 9.0.1 to 9.3.1.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-version: 9.3.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 2 of the Gradle/AGP chain — to be merged together with #145, and only after the wrappers (#140, #150).

Worth noting why this PR's green CI proves less than it looks: this bumps the buildscript classpath in purchasely/android/build.gradle, but when Flutter builds the plugin as part of the example app the AGP version actually applied comes from the example's settings.gradle pluginManagement (id "com.android.application" version "9.0.1"). The classpath here only takes effect for a standalone module build.

So merging this alone leaves the two declarations divergent (9.3.1 here, 9.0.1 in the example) without changing the effective build. #145 is the one that moves the real version — and it needs Gradle ≥ 9.5.0, hence #140 first.

@kherembourg

Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

Looks like com.android.tools.build:gradle is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 7, 2026
@dependabot
dependabot Bot deleted the dependabot/gradle/purchasely/android/com.android.tools.build-gradle-9.3.1 branch September 7, 2026 16:31
@kherembourg

Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is closed. If the branch still exists, you can re-open the PR and then use @dependabot rebase or @dependabot recreate. If the branch was deleted, Dependabot will create a new PR on the next scheduled run, or you can trigger an update from the Dependency graph page.

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