Skip to content

Commit 3ce851e

Browse files
author
Jenser Almeida
committed
add namespace for gradle 8
1 parent 7cf781a commit 3ce851e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: .vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"java.configuration.updateBuildConfiguration": "interactive"
3+
}

Diff for: android/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ apply plugin: 'com.android.library'
2525

2626
android {
2727
compileSdkVersion 31
28+
namespace 'flutter_downloader'
2829

2930
defaultConfig {
3031
minSdkVersion 19

0 commit comments

Comments
 (0)