Skip to content

Commit

Permalink
Updated version to 1.1.0 (#6)
Browse files Browse the repository at this point in the history
Added no-op artifact (#5)
Added delete and share options to each preference (#4)
Fixes typo on PreferatorActivity name
  • Loading branch information
Sloy authored Jan 25, 2017
1 parent 12d771c commit 5bb5625
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Add it to your build.gradle:

```groovy
dependencies{
debugCompile 'com.sloydev:preferator:1.0.0'
releaseCompile 'com.sloydev:preferator-no-op:1.0.0'
debugCompile 'com.sloydev:preferator:1.1.0'
releaseCompile 'com.sloydev:preferator-no-op:1.1.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion library-no-op/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ publish {
userOrg = 'sloy'
groupId = 'com.sloydev'
artifactId = 'preferator-no-op'
publishVersion = '1.0.0'
publishVersion = '1.1.0'
desc = 'Edit your app\'s SharedPreferences from your device'
website = 'https://github.com/sloy/preferator'
}
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ publish {
userOrg = 'sloy'
groupId = 'com.sloydev'
artifactId = 'preferator'
publishVersion = '1.0.0'
publishVersion = '1.1.0'
desc = 'Edit your app\'s SharedPreferences from your device'
website = 'https://github.com/sloy/preferator'
}

0 comments on commit 5bb5625

Please sign in to comment.