mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fix AS builds?
This commit is contained in:
parent
0e01d986c1
commit
1b91f9cae5
1 changed files with 10 additions and 0 deletions
|
@ -24,3 +24,13 @@
|
|||
|
||||
-dontwarn com.squareup.okhttp.**
|
||||
-dontwarn okio.**
|
||||
|
||||
-keep class butterknife.** { *; }
|
||||
-dontwarn butterknife.internal.**
|
||||
-keep class **$$ViewInjector { *; }
|
||||
-keepclasseswithmembernames class * {
|
||||
@butterknife.InjectView <fields>;
|
||||
}
|
||||
-keepclasseswithmembernames class * {
|
||||
@butterknife.* <methods>;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue