Skip to content

Commit 1c8946a

Browse files
committed
version: 1.0.5
1 parent d7be069 commit 1c8946a

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@
1111
- IOS fixes
1212

1313
## 1.0.4
14-
- gradle update to 4.1.0 from 3.5.0
14+
- gradle update to 4.1.0 from 3.5.0
15+
16+
## 1.0.5
17+
- Minor bug fixes

example/android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ android {
4343
targetSdkVersion 29
4444
versionCode flutterVersionCode.toInteger()
4545
versionName flutterVersionName
46+
multiDexEnabled true
4647
}
4748

4849
buildTypes {

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ packages:
5656
path: ".."
5757
relative: true
5858
source: path
59-
version: "1.0.4"
59+
version: "1.0.5"
6060
fake_async:
6161
dependency: transitive
6262
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: document_file_save_plus
22
description: Save bytes data into Download folder (Android), or show save dialog (iOS).
3-
version: 1.0.4
3+
version: 1.0.5
44
homepage: https://github.com/advoques/document_file_save_plus
55

66
environment:

0 commit comments

Comments
 (0)