release 1.02-pre3: fix ClassNotFoundError by adding a line to proguard.cfg

This commit is contained in:
Philipp Crocoll
2017-09-22 00:21:18 +02:00
parent 138064b53c
commit 41f30da738
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="95"
android:versionName="1.02-pre2"
android:versionCode="96"
android:versionName="1.02-pre3"
package="keepass2android.keepass2android"
android:installLocation="auto">
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="23" />

View File

@@ -12,5 +12,6 @@
}
-keep class com.squareup.okhttp.**
-keep class com.jcraft.**
-keep public class keepass2android.** {*; }