File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
615Version 0.6.0 * (2018-11-02)*
716----------------------------
Original file line number Diff line number Diff 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'
1414compile 'com.vanniktech:rxpermission:0.7.0-SNAPSHOT'
1515```
1616
Original file line number Diff line number Diff line change 11GROUP =com.vanniktech
2- VERSION_NAME =0.7.0-SNAPSHOT
3- VERSION_CODE =6
2+ VERSION_NAME =0.7.0
3+ VERSION_CODE =7
44
55POM_DESCRIPTION =Reactive permissions for Android
66
You can’t perform that action at this time.
0 commit comments