Skip to content

Commit

Permalink
Update Documentation to Match Ceres Plugins Version 1.0.0-alpha02
Browse files Browse the repository at this point in the history
  • Loading branch information
teogor committed Oct 4, 2023
1 parent 24d2bc2 commit a7b4d1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Overview
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Maven Central](https://img.shields.io/maven-central/v/dev.teogor.ceres/bom.svg?label=Maven%20Central)](https://central.sonatype.com/search?q=g%3Adev.teogor.ceres+a%3Abom&smo=true)
[![API](https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=21)
[![API](https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=24)
[![Profile](https://source.teogor.dev/badges/teogor-github.svg)](https://github.com/teogor)
[![Portfolio](https://source.teogor.dev/badges/teogor-dev.svg)](https://teogor.dev)

Expand Down Expand Up @@ -39,7 +39,7 @@ To streamline the implementation of Ceres libraries, use the following Gradle se

```kotlin
dependencies {
implementation(platform("dev.teogor.ceres:bom:1.0.0-alpha01"))
implementation(platform("dev.teogor.ceres:bom:1.0.0-alpha02"))
}
```

Expand All @@ -48,7 +48,7 @@ dependencies {
```kotlin
dependencies {
// Ceres BoM
implementation(platform("dev.teogor.ceres:bom:1.0.0-alpha01"))
implementation(platform("dev.teogor.ceres:bom:1.0.0-alpha02"))

// Include individual Ceres libraries here as needed
implementation("dev.teogor.ceres:backup-core")
Expand Down

0 comments on commit a7b4d1a

Please sign in to comment.