Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
fixing progaurd releasing production.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosh committed Apr 23, 2017
1 parent 8a63738 commit db1f765
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ dependencies {
compile 'io.requery:requery-android:1.3.0'
compile('com.mikepenz:aboutlibraries:5.9.5@aar') { transitive = true }
compile 'com.github.nightwhistler:HtmlSpanner:0.4'
compile 'net.sourceforge.htmlcleaner:htmlcleaner:2.2'
compile 'me.saket:better-link-movement-method:1.2'
compile project(':pago')
compile project(':markdown')
Expand Down
7 changes: 6 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,9 @@
-keep class .R
-keep class **.R$* {
<fields>;
}
}

-keep class net.nightwhistler.** {*;}
-keep class org.htmlcleaner.** {*;}
-dontwarn org.jaxen.**
-dontwarn org.jdom.**

0 comments on commit db1f765

Please sign in to comment.