Skip to content

Commit

Permalink
Release a new version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Aug 14, 2021
1 parent 5227556 commit 2c4424a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ allprojects {
And add a dependency code to your **module**'s `build.gradle` file.
```gradle
dependencies {
implementation "com.github.skydoves:preferenceroom:1.2.1"
annotationProcessor "com.github.skydoves:preferenceroom-processor:1.2.1"
implementation "com.github.skydoves:preferenceroom:1.2.2"
annotationProcessor "com.github.skydoves:preferenceroom-processor:1.2.2"
// in kotlin project use kapt instead of annotationProcessor
kapt "com.github.skydoves:preferenceroom-processor:1.2.1"
kapt "com.github.skydoves:preferenceroom-processor:1.2.2"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
# Maven
GROUP=com.github.skydoves

VERSION_NAME=1.2.1
VERSION_NAME=1.2.3-SNAPSHOT

POM_DESCRIPTION=Android processing library for managing SharedPreferences persistence efficiently and structurally.

Expand Down

0 comments on commit 2c4424a

Please sign in to comment.