Update the Gradle wrapper to 9.8.0 - #4
Merged
Merged
Conversation
Dependency sweep. Of the versions this project pins, only Gradle had anything newer available: gradle 9.7.1 -> 9.8.0 com.google.code.gson 2.14.0 already latest ir.huri:JalaliCalendar 1.3.3 already latest junit 4.13.2 already latest io.github.libxposed:api 102.0.0 already latest The libxposed pin is also load-bearing rather than just current: it has to match minApiVersion / targetApiVersion in META-INF/xposed/module.prop, so it does not move on its own. No checksum is pinned in gradle-wrapper.properties, so the distributionUrl is the only line that changes. The 9.8.0 distribution was confirmed to exist before pointing the wrapper at it. Four versions could not be checked and are deliberately left alone rather than guessed: androidx.appcompat, com.google.android.material, androidx.test.ext:junit and androidx.test.espresso all resolve through Google Maven, which 301-redirects to dl.google.com, and that host is refused by the build environment's egress policy. The GitHub Actions versions are in the same position - the CI run reports actions/checkout, setup-java, upload-artifact, setup-android and setup-gradle as targeting the deprecated Node 20 - but those repositories are outside this environment's GitHub scope, so the replacement majors could not be confirmed either.
2B-4G10
added a commit
that referenced
this pull request
Sep 25, 2026
Update the Gradle wrapper to 9.8.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dependency sweep. Of the versions this project pins, only Gradle had anything newer available.
com.google.code.gson:gsonir.huri:JalaliCalendarjunit:junitio.github.libxposed:apiThe libxposed pin is load-bearing rather than merely current: it has to match
minApiVersion/targetApiVersioninMETA-INF/xposed/module.prop, so it does not move on its own.No checksum is pinned in
gradle-wrapper.properties, sodistributionUrlis the only line that changes. The 9.8.0 distribution was confirmed to exist before pointing the wrapper at it.What could not be checked, and is therefore left alone
Rather than guessing version numbers:
androidx.appcompat,com.google.android.material,androidx.test.ext:junit,androidx.test.espresso— these resolve through Google Maven, which 301-redirects todl.google.com, and that host is refused by the build environment's egress policy.maven.google.comonly appears reachable; the metadata itself is behind the blocked host.actions/checkout,actions/setup-java,actions/upload-artifact,android-actions/setup-androidandgradle/actions/setup-gradleas targeting the deprecated Node 20, so these are genuinely worth bumping. But those repositories are outside this environment's GitHub scope, so the replacement majors could not be confirmed.Both sets are checkable from a machine with normal network access, or by letting CI resolve them.
Test plan
services.gradle.org(HTTP 206 on a ranged request).Generated by Claude Code