Skip to content

Commit

Permalink
Release version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Mar 8, 2020
1 parent 158a6d4 commit 91c728d
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 @@ -24,10 +24,10 @@ Also supports simple preference dependency injection with free from reflection.
Add below dependencies to your module's `build.gradle` file.
```gradle
dependencies {
implementation "com.github.skydoves:preferenceroom:1.1.9"
annotationProcessor "com.github.skydoves:preferenceroom-processor:1.1.9"
implementation "com.github.skydoves:preferenceroom:1.2.0"
annotationProcessor "com.github.skydoves:preferenceroom-processor:1.2.0"
// in kotlin project use kapt instead of annotationProcessor
kapt "com.github.skydoves:preferenceroom-processor:1.1.9"
kapt "com.github.skydoves:preferenceroom-processor:1.2.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext.versions = [
minSdk : 15,
compileSdk : 29,
versionName : '1.1.9',
versionName : '1.2.0',

gradleBuildTool : '3.5.3',
spotlessGradle : '3.26.1',
Expand Down

0 comments on commit 91c728d

Please sign in to comment.