Skip to content

Commit

Permalink
Release a new version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Aug 2, 2020
1 parent ac18496 commit 6449a9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.2.0"
annotationProcessor "com.github.skydoves:preferenceroom-processor:1.2.0"
implementation "com.github.skydoves:preferenceroom:1.2.1"
annotationProcessor "com.github.skydoves:preferenceroom-processor:1.2.1"
// in kotlin project use kapt instead of annotationProcessor
kapt "com.github.skydoves:preferenceroom-processor:1.2.0"
kapt "com.github.skydoves:preferenceroom-processor:1.2.1"
}
```

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

gradleBuildTool : '3.5.3',
spotlessGradle : '4.5.1',
Expand All @@ -16,7 +16,7 @@ ext.versions = [
// for demo
kotlin : '1.3.72',
gson : '2.8.5',
googleMaterial : '1.3.0-alpha01',
googleMaterial : '1.3.0-alpha02',

// unit test
junit : '4.13',
Expand Down

0 comments on commit 6449a9f

Please sign in to comment.