Skip to content

Commit

Permalink
Update gradle wrapper to v5.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspili committed Feb 5, 2020
1 parent 87cb75b commit b958b4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## [1.1.1]

- Update gradle wrapper to version 5.6.2

## [1.1.0]

- **Breaking change :** `Geolocation.requestLocationPermission` now takes a named parameter for permission
Expand Down
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Expand Up @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: geolocation
description: >-
Flutter plugin for location / geolocation / GPS. Supports iOS and Android.
Multiple settings for speed, precision, battery optimization, continuous updates in background, etc.
version: 1.1.0
version: 1.1.1
homepage: https://github.com/loup-v/geolocation/

environment:
Expand Down

0 comments on commit b958b4d

Please sign in to comment.