Skip to content

Commit

Permalink
Prepare version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
consp1racy committed Apr 12, 2018
1 parent 74b8eae commit 78e2dc4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Change log

**2.2.0** 2018-04-12
- *FIXED:* `MultiSelectListPreference` no longer crashes on saved state restoration.

**API Changes**

* Nullable parameter in `Preference.onSaveInstanceState(@NonNull Parcelable savedState)`
* No included preferences return `null` here.
* Non-null parameter in `Preference.onRestoreInstanceState(@NonNull Parcelable savedState)`

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

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

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

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

android.enableBuildCache=false

VERSION_NAME=2.1.2
VERSION_NAME=2.2.0
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 78e2dc4

Please sign in to comment.