Fix bug
This commit is contained in:
parent
759e593d3f
commit
20644b6945
|
|
@ -1,6 +1,5 @@
|
|||
# Merge
|
||||
-flattenpackagehierarchy com.github.catvod.spider.merge
|
||||
-repackageclasses com.github.catvod.spider.merge
|
||||
|
||||
# Spider
|
||||
-keep class com.github.catvod.crawler.* { *; }
|
||||
|
|
@ -29,5 +28,7 @@
|
|||
# OkHttp
|
||||
-keep class okio.**{*;}
|
||||
-keep class okhttp3.**{*;}
|
||||
-keep class com.google.net.**{*;}
|
||||
|
||||
# Cronet
|
||||
-keep class org.chromium.net.**{*;}
|
||||
-keep class com.google.net.cronet.**{*;}
|
||||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
54ce32c716c17db36dab85a7bc77e427
|
||||
ce84daad0cfc263a89e8c5020e871cbb
|
||||
|
|
|
|||
Loading…
Reference in New Issue