Update dependencies - #66
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates project dependencies to their latest versions, including Gradle (8.7 → 8.14.3), AGP (8.5.2 → 8.13.0), and Kotlin (2.0.10 → 2.2.20), along with various AndroidX libraries. It also migrates deprecated kotlinOptions to the newer kotlin.compilerOptions configuration.
- Updates Gradle wrapper, Android Gradle Plugin, Kotlin, and AndroidX library versions
- Migrates from deprecated
kotlinOptionstokotlin.compilerOptionsAPI - Updates minimum SDK from 26 to 28 and compile/target SDK from 34 to 36
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| gradle/wrapper/gradle-wrapper.properties | Updates Gradle wrapper to version 8.14.3 |
| gradle/libs.versions.toml | Updates dependency versions and adds material icons extended library |
| chailinter/src/main/java/com/droidconke/chailinter/ChaiLinterIssueRegistry.kt | Adds UNCHECKED_CAST suppression and removes trailing whitespace |
| chaidemo/build.gradle.kts | Updates SDK versions and migrates to kotlin.compilerOptions |
| chai/src/main/java/com/droidconke/chai/components/CButtons.kt | Changes icon import from Outlined to Filled Send icon |
| chai/build.gradle.kts | Updates SDK versions, migrates to kotlin.compilerOptions, and adds material icons extended dependency |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.
! Edit this before submitting your PR !(Remove this after editing)
name: Pull request
about: Create a pull request
label: 'triage me'
Fixes Referenced Issue #_.
How can this PR be tested?
Thank you for opening a Pull Request!
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
./gradlew --init-script gradle/init.gradle.kts spotlessApplyto automatically apply formatting)Is this your first Pull Request?
./tools/setup.shFixes #<issue_number_goes_here> 🦕
Screenshot