If I install the last release 6.0.0 of cordova-sqlite-storage, using the plugin cordova-plugin-proguard, it doesn't work when I create a signed bundle or apk to upload it to the store. It works correctly with the release 5.1.0.
Does anybody know what do I have to insert in proguard-custom.txt in order to make it work?
I tried this lines but it also fails:
-keep class org.sqlite.** { *; }
-keep class org.sqlite.database.** { *; }
-keep class my.app.package.name.**
If I install the last release 6.0.0 of cordova-sqlite-storage, using the plugin cordova-plugin-proguard, it doesn't work when I create a signed bundle or apk to upload it to the store. It works correctly with the release 5.1.0. Does anybody know what do I have to insert in proguard-custom.txt in order to make it work?
I tried this lines but it also fails:
Thanks.