Skip to content

build(deps): bump gradle-wrapper from 8.13 to 9.5.1 - #42

Closed
dependabot[bot] wants to merge 20 commits into
mainfrom
dependabot/gradle/gradle-wrapper-9.5.1
Closed

build(deps): bump gradle-wrapper from 8.13 to 9.5.1#42
dependabot[bot] wants to merge 20 commits into
mainfrom
dependabot/gradle/gradle-wrapper-9.5.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Copy link
Copy Markdown

Bumps gradle-wrapper from 8.13 to 9.5.1.

Release notes

Sourced from gradle-wrapper's releases.

9.5.1

The Gradle team is excited to announce Gradle 9.5.1.

Here are the highlights of this release:

  • Task provenance in reports and failure messages
  • Type-safe accessors for precompiled Kotlin Settings plugins

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: atm1020, mataha, Adam, Attila Kelemen, Benedikt Ritter, Björn Kautler, Caro Silva Rode, CHANHAN, Dmitry Nezavitin, Eng Zer Jun, KugelLibelle, Madalin Valceleanu, Markus Gaisbauer, Oliver Kopp, Philip Wedemann, ploober, Roberto Perez Alcolea, Rohit Anand, Suvrat Acharya, Ujwal Suresh Vanjare, Victor Merkulov

Upgrade instructions

Switch your build to use Gradle 9.5.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.5.1 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

9.5.0

... (truncated)

Commits
  • fd78213 Update Documentation Infrastructure: Fix scrolling issue in user manual (#37861)
  • 7758437 fix scroll
  • 2fd605f Only try to run as worker thread in DefaultBuildOperationQueue (#37845)
  • af69849 Release notes for Gradle 9.5.1 (#37853)
  • f4d9d03 Release notes for Gradle 9.5.1
  • 01eda3a Address review feedback on worker-lease retry changes
  • 7024e15 Revert enrich file visitor with size info on release branch (#37848)
  • d51476f Fix tryRunAsWorkerThread null-return test to match contract
  • 090ebab Revert "Add getLength() to FilePropertyVisitor.VisitState"
  • bceab24 Revert "Fix annotation"
  • Additional commits viewable in compare view

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 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)

cxOrz and others added 20 commits January 16, 2026 01:05
- Migrate to Material 3 color system and components
- Add dark mode support with proper theme switching
- Replace Baidu Maps with OSMDroid and implement dark mode map rendering
- Update build configuration to target Android 14 (API 34)
- Improve map state persistence across theme changes
- Add new UI elements including theme toggle button
- Update all layouts to use Material 3 components
- Remove unnecessary permissions and update manifest
- Add proper foreground service declaration for location
- Update all icons and drawables for modern look
- Implement history location restoration on app launch
- Add proper sensor management with null checks
- Update default altitude from 55m to 5m for realism
- Add comprehensive documentation with screenshots
- Clean up and modernize all XML resources
- Change workflow name to "Build and Release"
- Update trigger to run on release published events instead of tag pushes
- Remove changelog generation step
- Add artifact preparation and upload steps
- Update JDK distribution from 'adopt' to 'temurin'
- Add --stacktrace flag to gradle build command
- Move permissions to job level
- Update artifact naming and upload logic

build(gradle): fix keystore path in signing configs

- Change from relative path to rootProject.file() for both debug and release configs
…uration

- Remove Eclipse-specific project files (.project, .classpath, .settings)
- Remove deprecated buildToolsVersion from build.gradle
- Remove unused secrets.defaults.properties file
- Update MainActivity to use modern back press handling
- Improve coordinate input validation with try-catch
- Remove unused coordinate type selection UI
- Clean up JoyStick class by removing commented code
- Add deprecation suppression annotation to ServiceGo
- Update map zoom control implementation
- Simplify permission check loop with early exit
- Remove redundant external storage permission check
- Add validation for empty grant results
- Improve code readability and maintainability
- Add Xposed API dependency and repository configuration
- Implement Xposed module metadata in AndroidManifest.xml
- Add sensor-based real bearing detection for more realistic location simulation
- Implement GPS noise generation to simulate natural location drift
- Adjust location update frequency to 1Hz for more realistic behavior
- Create new xposed module directory structure and assets

BREAKING CHANGE: The service now implements SensorEventListener and requires sensor permissions for real bearing detection. Location updates are now limited to 1Hz frequency.
- Add fused location provider with 10Hz update frequency to reduce flickering
- Implement comprehensive anti-detection measures including:
  - Wi-Fi scan result blocking
  - Cell tower information blocking
  - Satellite status listener blocking
  - Provider list cleaning
  - Enhanced Settings.Secure mock location hiding
- Increase GPS update frequency from 1Hz to 10Hz for smoother location simulation
- Add comprehensive GnssStatus simulation with realistic satellite data
- Implement active callback registration and periodic status updates
- Refactor telephony and wifi hooking with cleaner error handling
- Add test-detector module to settings.gradle for detection testing
- Clean up provider lists and settings to prevent mock location detection

BREAKING CHANGE: The GnssStatus implementation now actively simulates satellite data instead of blocking callbacks, which may affect apps expecting no satellite information.
* 实现从IP获取经纬度信息
* 修了一个语法错误
* 修了一个语法错误
* 改用HTTPS支持的API,以正常获取IP
* 添加从IP定位经纬度的功能,并添加演示截图
- Add POST_NOTIFICATIONS permission for Android 13+ (TIRAMISU)
- Implement auto-login when location and notification permissions granted
- Add joystick enable/disable switch in settings with conditional display
- Fix broadcast intent package specification for explicit intent security
- Fix dark mode snackbar colors (#303030 bg, #FFFFFF text)
- Use dynamic color reference (?attr/colorOnSurface) for search icon
* Initial plan

* Fix WeChat Mini Program location spoofing via reflection-based mock flag clearing

Co-authored-by: cxOrz <32982052+cxOrz@users.noreply.github.com>

* bugfix

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: cxOrz <32982052+cxOrz@users.noreply.github.com>
Co-authored-by: cxOrz <cxOrz@outlook.com>
Bumps [gradle-wrapper](https://github.com/gradle/gradle) from 8.13 to 9.5.1.
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v8.13.0...v9.5.1)

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.5.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 May 12, 2026
@cxOrz cxOrz closed this Aug 23, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/gradle/gradle-wrapper-9.5.1 branch August 23, 2026 06:52
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.

3 participants