Skip to content

Commit

Permalink
Version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
consp1racy committed Mar 6, 2018
1 parent a50c5b2 commit b3ed2a1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Change log

**2.1.1** 2018-03-06
- Catch more error cases when loading ringtone picker dialog.

**2.1.0** 2018-03-05
- Support library 27.0.0+ and min SDK 14 are now required.
- You will get unexpected runtime exceptions if your project does not comply.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -22,7 +22,7 @@ Available from API 14. *Connecting preference-v7 to appcompat-v7.*

```groovy
dependencies {
implementation 'net.xpece.android:support-preference:2.1.0'
implementation 'net.xpece.android:support-preference:2.1.1'
ext.supportLibsVersion = "27.1.0"
implementation "com.android.support:appcompat-v7:$supportLibsVersion"
Expand All @@ -44,7 +44,7 @@ Keep the major version of all artifacts same. V2 is not compatible with V1.

```groovy
dependencies {
implementation 'net.xpece.android:support-preference-color:2.1.0'
implementation 'net.xpece.android:support-preference-color:2.1.1'
}
```

Expand All @@ -53,7 +53,7 @@ dependencies {

```groovy
dependencies {
implementation 'net.xpece.android:support-spinner:2.1.0'
implementation 'net.xpece.android:support-spinner:2.1.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -19,7 +19,7 @@

android.enableBuildCache=false

VERSION_NAME=2.1.0
VERSION_NAME=2.1.1
GROUP_ID=net.xpece.android
VCS_URL=https://github.com/consp1racy/android-support-preference.git
WEBSITE_URL=https://github.com/consp1racy/android-support-preference
Expand Down

0 comments on commit b3ed2a1

Please sign in to comment.