Skip to content

Commit b16af32

Browse files
author
Emmanuel Garcia
authored
[in_app_purchase] Use correct Gradle distribution (flutter#1905)
1 parent 589f4e1 commit b16af32

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/in_app_purchase/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.0+7
2+
3+
* Make Gradle version compatible with the Android Gradle plugin version.
4+
15
## 0.2.0+6
26

37
* Add missing `hashCode` implementations.

packages/in_app_purchase/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip

packages/in_app_purchase/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: in_app_purchase
22
description: A Flutter plugin for in-app purchases. Exposes APIs for making in-app purchases through the App Store and Google Play.
33
author: Flutter Team <[email protected]>
44
homepage: https://github.com/flutter/plugins/tree/master/packages/in_app_purchase
5-
version: 0.2.0+6
5+
version: 0.2.0+7
66

77
dependencies:
88
async: ^2.0.8

0 commit comments

Comments
 (0)