Fix build

This commit is contained in:
FongMi 2025-04-08 20:32:14 +08:00
parent b6a23ab1ea
commit 52996032ca
4 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
-dontwarn android.content.res.**
# slf4j
-keep class org.slf4j.ILoggerFactory { *; }
-keep class org.slf4j.** { *; }
# AndroidX
-keep class androidx.core.** { *; }

Binary file not shown.

View File

@ -1 +1 @@
95994306ae13a9fe2f8fd8108a875724
81b9ffd846c583616cd66635e8a34eb7

View File

@ -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\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\org\slf4j\" md "%~dp0\spider.jar\smali\org\slf4j\"