Skip to content

Bump gradle-wrapper from 8.13 to 9.3.1#177

Merged
joebowbeer merged 2 commits intomasterfrom
dependabot/gradle/gradle-wrapper-9.3.1
Feb 27, 2026
Merged

Bump gradle-wrapper from 8.13 to 9.3.1#177
joebowbeer merged 2 commits intomasterfrom
dependabot/gradle/gradle-wrapper-9.3.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps gradle-wrapper from 8.13 to 9.3.1.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps gradle-wrapper from 8.13 to 9.3.1.

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Feb 2, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Feb 2, 2026
@joebowbeer
Copy link
Copy Markdown
Contributor

joebowbeer commented Feb 24, 2026

What went wrong:

A problem occurred configuring project ':PdCore:pd-core'.
Android Gradle Plugin: project ':PdCore:pd-core' does not specify compileSdk in build.gradle (/home/runner/work/pd-for-android/pd-for-android/PdCore/pd-core/build.gradle).

android {
compileSdk = rootProject.compileSdk
ndkVersion = rootProject.ndkVersion
namespace = 'org.puredata.android.service'
defaultConfig {
minSdk rootProject.minSdk
targetSdkVersion rootProject.compileSdk
versionCode 1
versionName version
}

SO sez:

compileSdk is needed instead of the deprecated compileSdkVersion, and it belongs in your module level gradle file in the android block

Copy link
Copy Markdown
Contributor

@joebowbeer joebowbeer left a comment

Choose a reason for hiding this comment

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

LGTM

@joebowbeer joebowbeer merged commit 77f327b into master Feb 27, 2026
1 check passed
@joebowbeer joebowbeer deleted the dependabot/gradle/gradle-wrapper-9.3.1 branch February 27, 2026 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants