feat: Try out FluffyBox 2 database
This commit is contained in:
parent
07c9b832cb
commit
129c1ab697
9 changed files with 135 additions and 15 deletions
|
|
@ -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
1
android/app/proguard-rules.pro
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
-keep class net.sqlcipher.** { *; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue