fix: Fix database not loading on Android

This commit is contained in:
2026-03-08 15:24:39 +01:00
parent a41874692f
commit 4b4c914685
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ android {
buildTypes {
release {
// Externally signed using a security key
signingConfig null
signingConfig = null
}
}
}