Skip to content

Commit

Permalink
Replace repo name in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
w2sv committed Jun 23, 2024
1 parent cc376c3 commit 967af30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# PreferencesDataStoreRepository
# DataStoreUtils

![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/w2sv/PreferencesDataStoreRepository?include_prereleases)
[![](https://jitpack.io/v/w2sv/PreferencesDataStoreRepository.svg)](https://jitpack.io/#w2sv/PreferencesDataStoreRepository)
[![Build](https://github.com/w2sv/PreferencesDataStoreRepository/actions/workflows/workflow.yaml/badge.svg)](https://github.com/w2sv/PreferencesDataStoreRepository/actions/workflows/workflow.yaml)
![GitHub](https://img.shields.io/github/license/w2sv/PreferencesDataStoreRepository)
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/w2sv/DataStoreUtils?include_prereleases)
[![](https://jitpack.io/v/w2sv/DataStoreUtils.svg)](https://jitpack.io/#w2sv/DataStoreUtils)
[![Build](https://github.com/w2sv/DataStoreUtils/actions/workflows/workflow.yaml/badge.svg)](https://github.com/w2sv/DataStoreUtils/actions/workflows/workflow.yaml)
![GitHub](https://img.shields.io/github/license/w2sv/DataStoreUtils)

A repository that facilitates working with the Preferences DataStore.

Expand All @@ -21,9 +21,9 @@ Add the dependency:

```kotlin
dependencies {
implementation("com.github.w2sv:PreferencesDataStoreRepository:version")
implementation("com.github.w2sv.DataStoreUtils:preferences:version")
// Or get the latest snapshot of a certain branch:
implementation("com.github.w2sv:PreferencesDataStoreRepository:branchname-snapshot")
implementation("com.github.w2sv.DataStoreUtils:preferences:branchname-snapshot")
}
```

Expand Down
2 changes: 1 addition & 1 deletion preferences/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ publishing {
publications {
register<MavenPublication>("release") {
groupId = "com.w2sv.datastoreutils.preferences"
artifactId = "datastoreutils.preferences"
artifactId = "preferences"
version = version.toString()
afterEvaluate {
from(components["release"])
Expand Down

0 comments on commit 967af30

Please sign in to comment.