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 and Documentation for Release 1.0.0-alpha03 #150

Closed teogor closed 1 year ago

teogor commented 1 year ago

This pull request includes various updates to prepare for the release of BoM version 1.0.0-alpha03. It consists of the following changes:

  1. Updated Dependencies: We have updated dependencies to ensure compatibility with the new BoM version. This includes updates to various libraries and components.

  2. Documentation Updates: The documentation has been updated to match the release BoM version 1.0.0-alpha03. This includes changes to the minimum SDK version from 21 to 24, as well as additional documentation for the release.

  3. BoM Version Information: We have added a function to generate BoM version information in Markdown format. This will make it easier to keep the documentation up to date with the latest BoM versions.

Completes Milestone for Release 1.0.0-alpha03