Migrate build scripts to Kotlin DSL and update dependencies#70
Open
sjshb57 wants to merge 5 commits into
Open
Conversation
chore: migrate build scripts to Kotlin DSL && update dependencies (fatalcoder524#68)
- Upgrade Gradle wrapper to 9.5.1 and Android Gradle Plugin to 9.2.1. - Update `compileSdk` to 37 and Kotlin to 2.4.0. - Configure Java 21 toolchain using the Foojay resolver convention. - Update multiple dependencies including Compose, Core-KTX, Activity, and Navigation. - Enable R8 minification and resource shrinking for release builds. - Migrate `ArrowBack` icons to `AutoMirrored` versions for better RTL support. - Refactor `UpdatesViewModel` and `BackupsContent` to improve null safety and use modern Kotlin idioms like `toUri()`. - Clean up `app/build.gradle.kts` structure and remove redundant plugins/dependencies.
… update KSP to 2.3.9 - In `UpdatesViewModel`, change error handling to catch `Exception` instead of `Throwable` to avoid capturing fatal system errors. - Update `devtools-ksp` from 2.3.4 to 2.3.9 in `libs.versions.toml`.
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.
No description provided.