feat: Try out FluffyBox 2 database

This commit is contained in:
Krille 2023-11-22 07:51:16 +01:00
commit 129c1ab697
No known key found for this signature in database
9 changed files with 135 additions and 15 deletions

View file

@ -44,7 +44,7 @@ android {
defaultConfig {
applicationId "chat.fluffy.fluffychat"
minSdkVersion 19
minSdkVersion 21
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName

1
android/app/proguard-rules.pro vendored Normal file
View file

@ -0,0 +1 @@
-keep class net.sqlcipher.** { *; }