react-native-cross-geolocation
Version:
React Native Geolocation complatible module that uses the new Google Location API on Android devices.
76 lines (41 loc) • 1.53 kB
Markdown
# react-native-cross-geolocation Changes
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## \[1.1.0] - 2018-03-27
### Added
- Missing Dependency on 'com.android.support:appcompat-v7'
- Markdownlint configuration.
### Changed
- Using Build Tools v28.0.3 with compileSdkVersion and targetSdkVersion 28
- Using Gradle plugin 3.2.1
- Using Java 1.8
### Removed
- Dependency on 'com.android.support:support-annotations'. This must fix conflict issues with versions.
## \[1.0.6] - 2018-10-10
### Fixed
- Error in getExtValue of build.gradle
## \[1.0.5] - 2018-10-09
### Fixed
- Error in build.gradle no getting the correct `googlePlayServicesVersion` variable.
- Minor fixes to the README.
## \[1.0.4] - 2018-09-09
### Changed
- Minimum Android SDK version from 21 to 16.
- Update README with a more clear note about the use of Gradle 4.4
### Fixed
- #2 : Error in build.gradle. Thanks to @mowbell for reporting this.
## \[1.0.3] - 2018-06-23
### Added
- Flow typings.
### Changed
- Updated README.
- The changelog follows the format on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
### Fixed
- PR #1 Fixes `undefined` error by the use of Geolocation instead RNGeolocation. Thanks to @badrange
## \[1.0.2] - 2018-06-18
### Fixed
- `PositionError` builder
## \[1.0.1] - 2018-06-18
### Fixed
- Typings for `setRNConfiguration`
## [1.0.0] - 2018-06-18
- First public release