background notifications

This commit is contained in:
brausjonas
2024-09-16 00:47:09 +02:00
parent 27c628019e
commit 22b1d3b75b
6 changed files with 170 additions and 63 deletions
+2
View File
@@ -35,6 +35,8 @@ 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
minifyEnabled false
shrinkResources false
}
}
}