chore: Fix build and update gradle#347
Merged
Merged
Conversation
Co-authored-by: ColinSchmale <cs@nuuk.de>
|
To view this pull requests documentation preview, visit the following URL: docs.page/abausg/home_widget~347 Documentation is deployed and generated using docs.page. |
There was a problem hiding this comment.
Pull Request Overview
This PR fixes build issues and updates build configurations and badges.
- Update Android gradle plugin and wrapper versions
- Upgrade compileSdkVersion and targetSdkVersion to 35 along with associated build settings
- Update dependency overrides and badge links in documentation
Reviewed Changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/home_widget/test/background_test.dart | Added a VM entry-point annotation for a test callback |
| packages/home_widget/pubspec.yaml | Updated documentation link, removing issue tracker entry |
| packages/home_widget/example/pubspec.yaml | Added dependency override for workmanager |
| packages/home_widget/example/android/settings.gradle | Upgraded Android application plugin version |
| packages/home_widget/example/android/gradle/wrapper/gradle-wrapper.properties | Upgraded Gradle distribution version and added timeout and validation settings |
| packages/home_widget/example/android/gradle.properties | Added new Android build properties |
| packages/home_widget/example/android/app/build.gradle | Upgraded SDK versions, configured Java/Kotlin toolchain and NDk version |
| packages/home_widget/android/build.gradle | Updated compileSdk version and modified dependency version for glance-appwidget |
| packages/home_widget/README.md | Updated badge to show downloads |
| docs/index.mdx | Updated badge to show downloads |
| .github/workflows/main.yml | Updated JDK setup from version 17 to 21 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #347 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 3
Lines 104 104
=========================================
Hits 104 104 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Description
Fix build and badges
Checklist
exampleor documentation.Breaking Change?
Related Issues