Skip to content

Commit

Permalink
Fix Proguard issue (beta8.1)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Ricci <[email protected]>
  • Loading branch information
daniele-athome committed Mar 5, 2015
1 parent 94cc3ab commit 287c03b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions app/proguard.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@
-dontwarn javax.naming.**
-dontwarn sun.net.spi.**

# keep all of Kontalk
-keep class org.kontalk.** {
*;
}

# keep all of Spongy Castle (until we can find another more reliable way)
-keep class org.spongycastle.** {
*;
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.kontalk"
android:versionCode="41"
android:versionName="3.0-beta8"
android:versionCode="42"
android:versionName="3.0-beta8.1"
android:installLocation="internalOnly">
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="21"/>
<uses-permission android:name="android.permission.INTERNET"/>
Expand Down

0 comments on commit 287c03b

Please sign in to comment.