Skip to content

Commit

Permalink
✨ Release 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxr1998 committed Dec 18, 2022
1 parent 989b1cc commit bf17dc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ so you can get it like any other dependency:

```gradle
dependencies {
implementation 'de.maxr1998:modernandroidpreferences:2.2.0'
implementation 'de.maxr1998:modernandroidpreferences:2.3.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
}

// Versions
val libraryVersion = "2.3.1"
val libraryVersion = "2.3.2"
val libraryGroup = "de.maxr1998"
val libraryName = "modernandroidpreferences"
val prettyLibraryName = "ModernAndroidPreferences"
Expand Down

0 comments on commit bf17dc3

Please sign in to comment.