Skip to content

Commit

Permalink
fix #890
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Jul 8, 2024
1 parent 3b1df38 commit d1567dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ android {
lintOptions {
abortOnError false
}

dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}
}

flutter {
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</queries>

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<!-- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />-->
<uses-permission android:name="android.permission.WAKE_LOCK" />

<!-- io.flutter.app.FlutterApplication is an android.app.Application that
Expand Down

0 comments on commit d1567dc

Please sign in to comment.