Skip to content

Commit b856aef

Browse files
author
James Stapleton
committed
Proguard was playing with me by taking away spongycastle
1 parent fae927c commit b856aef

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

passwordmaker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ android {
4242
defaultConfig {
4343
minSdkVersion 15 //2014-06-15: 84.3% of android users are using Sdk Version 15+. So lets shoot for that.
4444
targetSdkVersion 19
45-
versionCode 19002
45+
versionCode 19003
4646
versionName getVersionName()
4747
}
4848

passwordmaker/proguard-rules.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@
1919
-dontwarn javax.naming.**
2020
-dontwarn javax.annotation.**
2121
-dontwarn javax.xml.stream.**
22-
-dontwarn sun.misc.Unsafe
22+
-dontwarn sun.misc.Unsafe
23+
-keep class org.spongycastle.**

0 commit comments

Comments
 (0)