Skip to content

Update dependencies - #66

Merged
tamzi merged 4 commits into
mainfrom
update-dependencies
Oct 23, 2025
Merged

Update dependencies#66
tamzi merged 4 commits into
mainfrom
update-dependencies

Conversation

@tamzi

@tamzi tamzi commented Oct 23, 2025

Copy link
Copy Markdown
Contributor

! 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?

Please describe how the reviewers can test your changes here. i.e To test it Log
off the internet


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:

  • Ensure your branch is up to date with develop branch.
  • Ensure your branch runs without breaking.
  • Ensure you solved any merge conflicts.
  • Smaller PRs for the ease of reviewing
  • Make sure to open a GitHub issue as a bug/feature request before writing your code! This means that we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass (./gradlew --init-script gradle/init.gradle.kts spotlessApply to automatically apply formatting)
  • Appropriate docs were updated (You are adding code so...)
  • Tests have been written

Is this your first Pull Request?

  • Run ./tools/setup.sh
  • Import the code formatting style as explained in the setup script.

Fixes #<issue_number_goes_here> 🦕

Screenshot

For PRs that change the UI, attach a before/after screenshot.
[REMOVE THIS SECTION IF IT DOES NOT APPLY TO THIS PR]

Copilot AI review requested due to automatic review settings October 23, 2025 05:48
@tamzi
tamzi merged commit 1ce574a into main Oct 23, 2025
1 check passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 kotlinOptions to kotlin.compilerOptions API
  • 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.

@tamzi
tamzi deleted the update-dependencies branch June 18, 2026 23:50
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.

2 participants