Skip to content

Commit b4ea5e7

Browse files
author
xuyingjun
committed
Fix Gradle version in gradle-wrapper.properties.
1 parent acf6ef8 commit b4ea5e7

File tree

8 files changed

+141
-144
lines changed

8 files changed

+141
-144
lines changed

.idea/workspace.xml

+124-131
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@
2121

2222
## 1.0.5
2323

24-
* Modify constraints property
24+
* Modify constraints property
25+
26+
## 1.0.6
27+
28+
* Fix Gradle version in `gradle-wrapper.properties`

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Global dialog function encapsulation, with a semantic way to fill the content in
1717

1818
```yaml
1919
dependencies:
20-
flutter_custom_dialog: ^1.0.5
20+
flutter_custom_dialog: ^1.0.6
2121
```
2222
2323
**2、import**

README_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
```yaml
1717
dependencies:
18-
flutter_custom_dialog: ^1.0.5
18+
flutter_custom_dialog: ^1.0.6
1919
```
2020
2121
**2、import**

android/gradle/wrapper/gradle-wrapper.properties

+1-1
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-5.1.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ packages:
4747
path: ".."
4848
relative: true
4949
source: path
50-
version: "1.0.4"
50+
version: "1.0.5"
5151
flutter_test:
5252
dependency: "direct dev"
5353
description: flutter

pubspec.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.2.0"
10+
version: "2.3.0"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
1414
name: boolean_selector
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "1.0.4"
17+
version: "1.0.5"
1818
charcode:
1919
dependency: transitive
2020
description:
@@ -52,28 +52,28 @@ packages:
5252
name: meta
5353
url: "https://pub.dartlang.org"
5454
source: hosted
55-
version: "1.1.6"
55+
version: "1.1.7"
5656
path:
5757
dependency: transitive
5858
description:
5959
name: path
6060
url: "https://pub.dartlang.org"
6161
source: hosted
62-
version: "1.6.2"
62+
version: "1.6.4"
6363
pedantic:
6464
dependency: transitive
6565
description:
6666
name: pedantic
6767
url: "https://pub.dartlang.org"
6868
source: hosted
69-
version: "1.7.0"
69+
version: "1.8.0+1"
7070
quiver:
7171
dependency: transitive
7272
description:
7373
name: quiver
7474
url: "https://pub.dartlang.org"
7575
source: hosted
76-
version: "2.0.3"
76+
version: "2.0.5"
7777
sky_engine:
7878
dependency: transitive
7979
description: flutter
@@ -106,7 +106,7 @@ packages:
106106
name: string_scanner
107107
url: "https://pub.dartlang.org"
108108
source: hosted
109-
version: "1.0.4"
109+
version: "1.0.5"
110110
term_glyph:
111111
dependency: transitive
112112
description:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_custom_dialog
22
description: Semantic dialog
3-
version: 1.0.5
3+
version: 1.0.6
44
author: AndroidHensen <xyj510402535@qq.com>
55
homepage: https://github.com/YYFlutter/flutter-custom-dialog.git
66

0 commit comments

Comments
 (0)