We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf781a commit cda1324Copy full SHA for cda1324
.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 'vn.hunghd.flutterdownloader'
29
30
defaultConfig {
31
minSdkVersion 19
android/src/main/AndroidManifest.xml
@@ -1,5 +1,4 @@
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="vn.hunghd.flutterdownloader">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android">
4
<!-- See https://developer.android.com/training/package-visibility -->
5
<queries>
0 commit comments