We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf781a commit 3ce851eCopy full SHA for 3ce851e
.vscode/settings.json
@@ -0,0 +1,3 @@
1
+{
2
+ "java.configuration.updateBuildConfiguration": "interactive"
3
+}
android/build.gradle
@@ -25,6 +25,7 @@ apply plugin: 'com.android.library'
25
26
android {
27
compileSdkVersion 31
28
+ namespace 'flutter_downloader'
29
30
defaultConfig {
31
minSdkVersion 19
0 commit comments