Downgrade Gradle wrapper to 9.4.1 to fix local build#243
Merged
Conversation
Gradle 9.5.0 caused a build issue locally; pinning the wrapper to 9.4.1 (the previous stable that builds cleanly here) until the upstream regression is understood. Also adds distributionSha256Sum so the wrapper verifies the download integrity. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Pins the repository’s Gradle Wrapper to an older Gradle distribution version to address a local build failure, and adds checksum verification for the downloaded distribution.
Changes:
- Downgrades
distributionUrlfrom Gradle9.5.0to9.4.1. - Adds
distributionSha256Sumto enable wrapper distribution integrity verification.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #243 +/- ##
============================================
+ Coverage 61.69% 61.98% +0.28%
- Complexity 231 234 +3
============================================
Files 15 15
Lines 2070 2070
Branches 315 315
============================================
+ Hits 1277 1283 +6
+ Misses 611 608 -3
+ Partials 182 179 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Re-ran `./gradlew wrapper --gradle-version 9.4.1` so gradle-wrapper.jar, gradlew, and gradlew.bat all match the 9.4.1 distribution declared in gradle-wrapper.properties. Keeps the distributionSha256Sum pin. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Owner
Author
|
This is because latest android studio needs a lower gradle wrapper IIRC |
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.
Summary
Test plan
🤖 Generated with Claude Code