Skip to content

Commit 1e0994b

Browse files
authored
Add namespace to android/build.gradle (#857)
* add namespace to android/build.gradle * bump version to 1.10.3
1 parent f0e3357 commit 1e0994b

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.10.3
2+
3+
- Fix Android build failing when using Android Gradle Plugin v8 (#857)
4+
15
## 1.10.2
26

37
- Correctly read the error/success codes (#766)

android/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ rootProject.allprojects {
3030
android {
3131
compileSdk 32
3232

33+
namespace "vn.hunghd.flutterdownloader"
34+
3335
sourceSets {
3436
main.java.srcDirs += "src/main/kotlin"
3537
}

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_downloader
22
description: Powerful plugin making it easy to download files.
3-
version: 1.10.2
3+
version: 1.10.3
44
repository: https://github.com/fluttercommunity/flutter_downloader
55
issue_tracker: https://github.com/fluttercommunity/flutter_downloader/issues
66
maintainer: Bartek Pacia (@bartekpacia)

0 commit comments

Comments
 (0)