Skip to content

Ceres Backup

Learn more: User Guide and Code Samples

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.

API Reference
dev.teogor.ceres:backup-*
dev.teogor.ceres:backup-core
dev.teogor.ceres:backup-ui

Latest Update Stable Release Release Candidate Beta Release Alpha Release
September 28, 2023 - - - 1.0.0-alpha01

Declaring dependencies

To use Backup in your app, add the following dependencies to your app's build.gradle file:

build.gradle
dependencies {
    def teogorCeresBackup = "1.0.0-alpha01"

    implementation "dev.teogor.ceres:backup-core:$teogorCeresBackup"
    implementation "dev.teogor.ceres:backup-ui:$teogorCeresBackup"
}
build.gradle.kts
dependencies {
    val teogorCeresBackup = "1.0.0-alpha01"

    implementation("dev.teogor.ceres:backup-core:$teogorCeresBackup")
    implementation("dev.teogor.ceres:backup-ui:$teogorCeresBackup")
}

For comprehensive instructions on adding these dependencies, refer to the Backup documentation.

Feedback

Your feedback helps make Backup better. Let us know if you discover new issues or have ideas for improving this library. Please take a look at the existing issues on GitHub for this library before you create a new one.

Create a new issue