teogor / ceres

🪐 Ceres is a comprehensive Android development framework designed to streamline your app development process. Powered by the latest technologies like Jetpack Compose, Hilt, Coroutines, and Flow, Ceres empowers developers to build modern and efficient Android applications.
https://source.teogor.dev/ceres
Apache License 2.0
65 stars 4 forks source link

Update Dependencies #147

Closed teogor closed 1 year ago

teogor commented 1 year ago

This pull request includes updates to various dependencies to keep the project up-to-date with the latest versions. The following changes have been made:

  1. Updated Kotlin to version 1.9.10.
  2. Updated KSP (Kotlin Symbol Processing) to version 1.9.10.
  3. Updated AGP (Android Gradle Plugin) to version 8.1.2.

These updates ensure that the project remains compatible with the latest Kotlin features and benefits from the latest bug fixes and improvements in the Android Gradle Plugin.

closes #145