Fix build
This commit is contained in:
parent
b6a23ab1ea
commit
52996032ca
|
|
@ -7,7 +7,7 @@
|
||||||
-dontwarn android.content.res.**
|
-dontwarn android.content.res.**
|
||||||
|
|
||||||
# slf4j
|
# slf4j
|
||||||
-keep class org.slf4j.ILoggerFactory { *; }
|
-keep class org.slf4j.** { *; }
|
||||||
|
|
||||||
# AndroidX
|
# AndroidX
|
||||||
-keep class androidx.core.** { *; }
|
-keep class androidx.core.** { *; }
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
95994306ae13a9fe2f8fd8108a875724
|
81b9ffd846c583616cd66635e8a34eb7
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ java -jar "%~dp0\3rd\apktool_2.11.0.jar" d -f --only-main-classes "%~dp0\..\app\
|
||||||
|
|
||||||
rd /s/q "%~dp0\spider.jar\smali\com\github\catvod\spider"
|
rd /s/q "%~dp0\spider.jar\smali\com\github\catvod\spider"
|
||||||
rd /s/q "%~dp0\spider.jar\smali\com\github\catvod\js"
|
rd /s/q "%~dp0\spider.jar\smali\com\github\catvod\js"
|
||||||
rd /s/q "%~dp0\spider.jar\smali\org\slf4j\"
|
rd /s/q "%~dp0\spider.jar\smali\org\slf4j"
|
||||||
|
|
||||||
if not exist "%~dp0\spider.jar\smali\com\github\catvod\" md "%~dp0\spider.jar\smali\com\github\catvod\"
|
if not exist "%~dp0\spider.jar\smali\com\github\catvod\" md "%~dp0\spider.jar\smali\com\github\catvod\"
|
||||||
if not exist "%~dp0\spider.jar\smali\org\slf4j\" md "%~dp0\spider.jar\smali\org\slf4j\"
|
if not exist "%~dp0\spider.jar\smali\org\slf4j\" md "%~dp0\spider.jar\smali\org\slf4j\"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue