capacitor-community / sqlite

Community plugin for native & electron SQLite databases
MIT License
433 stars 106 forks source link

add android minify documentation #460

Closed muuvmuuv closed 9 months ago

muuvmuuv commented 9 months ago

Closes #454

jepiqueau commented 9 months ago

@muuvmuuv thanks for this, it is not clear for me where is the proguard configuration file do we have to add a file and includes what you mentioned under

-keep class net.sqlcipher.** { *; }
-keepclassmembers class net.sqlcipher.** { *; }

Can you be more specific before i merge it

muuvmuuv commented 9 months ago

@jepiqueau done!