Fixed build problem.

This commit is contained in:
Amine 2017-05-28 15:48:47 +02:00
parent 9b95404500
commit 35ef798279
3 changed files with 34 additions and 2 deletions

1
.gitignore vendored
View File

@ -217,3 +217,4 @@ gradle-app.setting
secrets.xml secrets.xml
mipmap-* mipmap-*
release/

View File

@ -1,3 +1,9 @@
**1.5..0.0**
_New_
- The app is now open source ! And rewritten in Kotlin !
**1.4.0.9** **1.4.0.9**
_Fixes_ _Fixes_

View File

@ -29,3 +29,28 @@
-keep class **.R$* { -keep class **.R$* {
<fields>; <fields>;
} }
##Retrofit
#-keep class com.google.gson.** { *; }
#-keep class com.google.inject.** { *; }
#-keep class org.apache.http.** { *; }
#-keep class org.apache.james.mime4j.** { *; }
#-keep class javax.inject.** { *; }
#-keep class retrofit.** { *; }
#-keepclassmembernames interface * {
# @retrofit.http.* <methods>;
#}
#-keep class retrofit.** { *; }
#-keep class apps.amine.bou.readerforselfoss.api.selfoss.model.** { *; }
#-keepclassmembernames interface * {
# @retrofit.http.* <methods>;
#}
-dontwarn okio.**
-dontwarn retrofit2.Platform$Java8
-keepattributes Signature
-keepattributes Exceptions
#Bottom bar lib
-dontwarn com.roughike.bottombar.**