Fix build errors
This commit is contained in:
parent
83ecd3ae97
commit
34f9daebef
|
|
@ -24,6 +24,7 @@ dependencies {
|
||||||
compileOnly files("${hiddenApiStubJarFilePath}")
|
compileOnly files("${hiddenApiStubJarFilePath}")
|
||||||
implementation project(':edxp-common')
|
implementation project(':edxp-common')
|
||||||
implementation project(':xposed-bridge')
|
implementation project(':xposed-bridge')
|
||||||
|
compileOnly project(':dexmaker')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -30,4 +30,4 @@
|
||||||
-keep class * implements com.elderdrivers.riru.common.KeepAll { *; }
|
-keep class * implements com.elderdrivers.riru.common.KeepAll { *; }
|
||||||
-keepclassmembers class * implements com.elderdrivers.riru.common.KeepMembers { *; }
|
-keepclassmembers class * implements com.elderdrivers.riru.common.KeepMembers { *; }
|
||||||
|
|
||||||
-keep class * com.lody.** {*;}
|
-keep class com.lody.** {*;}
|
||||||
Loading…
Reference in New Issue