File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.10.3
2
+
3
+ - Fix Android build failing when using Android Gradle Plugin v8 (#857 )
4
+
1
5
## 1.10.2
2
6
3
7
- Correctly read the error/success codes (#766 )
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ rootProject.allprojects {
30
30
android {
31
31
compileSdk 32
32
32
33
+ namespace " vn.hunghd.flutterdownloader"
34
+
33
35
sourceSets {
34
36
main. java. srcDirs + = " src/main/kotlin"
35
37
}
Original file line number Diff line number Diff line change 1
1
name : flutter_downloader
2
2
description : Powerful plugin making it easy to download files.
3
- version : 1.10.2
3
+ version : 1.10.3
4
4
repository : https://github.com/fluttercommunity/flutter_downloader
5
5
issue_tracker : https://github.com/fluttercommunity/flutter_downloader/issues
6
6
maintainer : Bartek Pacia (@bartekpacia)
You can’t perform that action at this time.
0 commit comments