Skip to content

Commit 5e18b24

Browse files
committed
Prepare version 0.7.0
1 parent ee787eb commit 5e18b24

3 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Change Log
22

3-
Version 0.7.0 *(In development)*
4-
--------------------------------
3+
Version 0.7.0 *(2019-01-06)*
4+
----------------------------
5+
6+
- Fix Integration tests. [\#63](https://github.com/vanniktech/RxPermission/pull/63) ([vanniktech](https://github.com/vanniktech))
7+
- Update some dependencies. [\#62](https://github.com/vanniktech/RxPermission/pull/62) ([vanniktech](https://github.com/vanniktech))
8+
- Update dependencies. [\#59](https://github.com/vanniktech/RxPermission/pull/59) ([vanniktech](https://github.com/vanniktech))
9+
- Remove sudo: false from travis config. [\#58](https://github.com/vanniktech/RxPermission/pull/58) ([vanniktech](https://github.com/vanniktech))
10+
- Explicitly disable Jetifier. [\#57](https://github.com/vanniktech/RxPermission/pull/57) ([vanniktech](https://github.com/vanniktech))
11+
- Migrate to AndroidX [\#56](https://github.com/vanniktech/RxPermission/pull/56) ([ParthPadg](https://github.com/ParthPadg))
12+
13+
Thanks to [ParthPadg](https://github.com/ParthPadg) for the AndroidX migration!
514

615
Version 0.6.0 *(2018-11-02)*
716
----------------------------

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This library wraps the Android Runtime Permissions with RxJava 2. It's based on
1010
# Download
1111

1212
```groovy
13-
compile 'com.vanniktech:rxpermission:0.6.0'
13+
compile 'com.vanniktech:rxpermission:0.7.0'
1414
compile 'com.vanniktech:rxpermission:0.7.0-SNAPSHOT'
1515
```
1616

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GROUP=com.vanniktech
2-
VERSION_NAME=0.7.0-SNAPSHOT
3-
VERSION_CODE=6
2+
VERSION_NAME=0.7.0
3+
VERSION_CODE=7
44

55
POM_DESCRIPTION=Reactive permissions for Android
66

0 commit comments

Comments
 (0)