Skip to content

Commit

Permalink
build: version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4rl3x committed Dec 9, 2021
1 parent 8fb2af3 commit 57092ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Settings is an easy wrapper with type safety for SharedPreferences and Datastore
Add the library to your module `build.gradle`
```gradle
dependencies {
implementation 'de.charlex.settings:settings-datastore:1.0.0-rc04'
implementation 'de.charlex.settings:settings-datastore-encryption:1.0.0-rc04'
implementation 'de.charlex.settings:settings-sharedpreferences:1.0.0-rc04'
implementation 'de.charlex.settings:settings-sharedpreferences-encryption:1.0.0-rc04'
implementation 'de.charlex.settings:settings-datastore:1.0.0'
implementation 'de.charlex.settings:settings-datastore-encryption:1.0.0'
implementation 'de.charlex.settings:settings-sharedpreferences:1.0.0'
implementation 'de.charlex.settings:settings-sharedpreferences-encryption:1.0.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ subprojects {

ext {
PUBLISH_GROUP_ID = 'de.charlex.settings'
PUBLISH_VERSION = '1.0.0-rc05'
PUBLISH_VERSION = '1.0.0'
}

spotless {
Expand Down

0 comments on commit 57092ff

Please sign in to comment.