Skip to content

Commit 7178f4d

Browse files
jddeepEgor
authored and
Egor
committed
[share] plugin: Update gradle version of example for Android (flutter#2555)
Fixes [TAG] Warnings and errors caused as generated on Android Studio build terminal while buidling.
1 parent 932a047 commit 7178f4d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/share/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.3+7
2+
3+
* Updated gradle version of example.
4+
15
## 0.6.3+6
26

37
* Make the pedantic dev_dependency explicit.

packages/share/example/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

packages/share/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: share
22
description: Flutter plugin for sharing content via the platform share UI, using
33
the ACTION_SEND intent on Android and UIActivityViewController on iOS.
44
homepage: https://github.com/flutter/plugins/tree/master/packages/share
5-
version: 0.6.3+6
5+
version: 0.6.3+7
66

77
flutter:
88
plugin:

0 commit comments

Comments
 (0)