Skip to content

Commit cda1324

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

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.vscode/settings.json

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

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 'vn.hunghd.flutterdownloader'
2829

2930
defaultConfig {
3031
minSdkVersion 19

android/src/main/AndroidManifest.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="vn.hunghd.flutterdownloader">
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
32

43
<!-- See https://developer.android.com/training/package-visibility -->
54
<queries>

0 commit comments

Comments
 (0)