Skip to content

Bump to use gradle 8 and several dependency management improvements#209

Merged
dvojtise merged 29 commits intomainfrom
improve__prefectch_dependencies_management
Jul 4, 2025
Merged

Bump to use gradle 8 and several dependency management improvements#209
dvojtise merged 29 commits intomainfrom
improve__prefectch_dependencies_management

Conversation

@dvojtise
Copy link
Copy Markdown
Contributor

@dvojtise dvojtise commented Jul 4, 2025

This PR mainly introduces the use of gradle 8.

It also

  • bump compile SDK (36) and build tool (35) but target sdk remains 34 for now
  • replace use of local jar by jar coming from maven central
  • fix many linter and compiler error and warning
    • some code modification were require (eg. access to R.id.* classes which appear to not be final anymore in our build that fail the build of switch/case, the only fix I found was to replace teh switch/case by if/else
  • removal of some old unused code

fixes #204 #205

implies to also update sdk, build tool, etc
also implies to replace several switch/case by succesive if/else due to resource not compiled as final anymore
@dvojtise dvojtise merged commit 00653fa into main Jul 4, 2025
4 of 6 checks passed
@dvojtise dvojtise deleted the improve__prefectch_dependencies_management branch July 9, 2025 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade to new gradle version

1 participant