We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b344c89 commit 2b1dddaCopy full SHA for 2b1ddda
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## Version 1.0.5
4
+
5
+* Update dependencies
6
+* Fix bugs #55, #38
7
8
## Version 1.0.4
9
10
* Update dependencies
README.md
@@ -80,7 +80,7 @@ The lib is available on jCenter. Add the following to your `build.gradle`:
80
81
```groovy
82
dependencies {
83
- compile 'com.patloew.rxlocation:rxlocation:1.0.4'
+ compile 'com.patloew.rxlocation:rxlocation:1.0.5'
84
compile 'com.google.android.gms:play-services-location:15.0.0'
85
}
86
```
0 commit comments