Skip to content

Commit

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

**2.0.2** 2018-03-03
- All libraries
- Libraries do not automatically transitively pull support libraries 27.1.0. (https://github.com/consp1racy/android-support-preference/issues/91)
- `RingtonePreference`
- `SortCursor` does not crash when sorting by null columns. (https://github.com/consp1racy/android-support-preference/issues/88)

**2.0.1** 2018-03-01
- Requires compile SDK 27 and at least support library 27.0.0.
- Changes in support-preference library
Expand Down
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -21,7 +21,7 @@ Available from API 14. *Connecting preference-v7 to appcompat-v7.*

```groovy
dependencies {
implementation 'net.xpece.android:support-preference:2.0.1'
implementation 'net.xpece.android:support-preference:2.0.2'
ext.supportLibsVersion = "27.1.0"
implementation "com.android.support:appcompat-v7:$supportLibsVersion"
Expand All @@ -33,8 +33,8 @@ Always specify `preference-v7` version explicitly!

### Compatibility

Version 1.3.2 is compatible with support libraries from 23.2.0 to 27.0.2.
Version 2.0.1 requires at least support libraries 27.0.0.
Version 1.x.x is compatible with support libraries from 23.2.0 to 27.0.2.
Version 2.x.x requires at least support libraries 27.0.0.

Keep the major version of all artifacts same. V2 is not compatible with V1.

Expand All @@ -43,7 +43,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.0.1'
implementation 'net.xpece.android:support-preference-color:2.0.2'
}
```

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

```groovy
dependencies {
implementation 'net.xpece.android:support-spinner:2.0.1'
implementation 'net.xpece.android:support-spinner:2.0.2'
}
```

Expand Down

0 comments on commit a32b83f

Please sign in to comment.