httpserver
This commit is contained in:
parent
41f91e1de2
commit
3bad2e95d2
|
|
@ -58,15 +58,9 @@
|
||||||
# Logback (Custom rules, see https://github.com/krschultz/android-proguard-snippets/blob/master/libraries/proguard-logback-android.pro)
|
# Logback (Custom rules, see https://github.com/krschultz/android-proguard-snippets/blob/master/libraries/proguard-logback-android.pro)
|
||||||
# to ignore warnings coming from slf4j and logback
|
# to ignore warnings coming from slf4j and logback
|
||||||
|
|
||||||
# Remove slf4j log
|
|
||||||
-assumenosideeffects class * implements java.util.logging.Logger {
|
|
||||||
public *** log(...);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
-assumenosideeffects class com.hibegin.common.util.LoggerUtil {
|
|
||||||
getLogger(...);
|
|
||||||
}
|
|
||||||
# Please add these rules to your existing keep rules in order to suppress warnings.
|
# Please add these rules to your existing keep rules in order to suppress warnings.
|
||||||
# This is generated automatically by the Android Gradle plugin.
|
# This is generated automatically by the Android Gradle plugin.
|
||||||
-dontwarn java.lang.management.ManagementFactory
|
-dontwarn java.lang.management.ManagementFactory
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
dcb87c1c55be75c49ea8ffb58900ddda
|
e136190055c7910c150675d4219ecb6c
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"spider": "https://gh.llkk.cc/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/multiThreadNew/jar/custom_spider.jar;md5;dcb87c1c55be75c49ea8ffb58900ddda",
|
"spider": "https://gh.llkk.cc/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/multiThreadNew/jar/custom_spider.jar;md5;e136190055c7910c150675d4219ecb6c",
|
||||||
"lives": [
|
"lives": [
|
||||||
{
|
{
|
||||||
"name": "电视直播",
|
"name": "电视直播",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue