Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
es authored and es committed Nov 28, 2021
1 parent 993dbd1 commit 58f73f1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@ android {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig signingConfigs.debug

// TODO: Does not work in APK
// https://github.com/Baseflow/flutter_cached_network_image/issues/497
//
// Solution:
// https://github.com/tekartik/sqflite/issues/452#issuecomment-731835148
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt')
}
}
}
Expand Down
2 changes: 2 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@
android:name="flutterEmbedding"
android:value="2" />
</application>

<uses-permission android:name="android.permission.INTERNET"/>
</manifest>

0 comments on commit 58f73f1

Please sign in to comment.