Skip to content

Commit

Permalink
add namespace for gradle 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenser Almeida committed Dec 15, 2024
1 parent 7cf781a commit cda1324
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "interactive"
}
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 31
namespace 'vn.hunghd.flutterdownloader'

defaultConfig {
minSdkVersion 19
Expand Down
3 changes: 1 addition & 2 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -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">

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

0 comments on commit cda1324

Please sign in to comment.