Skip to content

Commit

Permalink
Version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
consp1racy committed Apr 2, 2018
1 parent 36bee50 commit a3ccd7a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Change log

**2.1.2** 2018-04-02
- *FIXED:* Popup window exit transition now plays on API 24-25.
- Catch more error cases when loading ringtone picker dialog.

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

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.1'
implementation 'net.xpece.android:support-preference:2.1.2'
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.1'
implementation 'net.xpece.android:support-preference-color:2.1.2'
}
```

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

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

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

android.enableBuildCache=false

VERSION_NAME=2.1.1
VERSION_NAME=2.1.2
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 a3ccd7a

Please sign in to comment.