release 1.02-pre3: fix ClassNotFoundError by adding a line to proguard.cfg
This commit is contained in:
		| @@ -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" /> | ||||
|   | ||||
| @@ -12,5 +12,6 @@ | ||||
| } | ||||
|  | ||||
| -keep class com.squareup.okhttp.** | ||||
| -keep class com.jcraft.** | ||||
|  | ||||
| -keep public class keepass2android.** {*; } | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Crocoll
					Philipp Crocoll