Fix build errors

This commit is contained in:
solohsu 2019-05-16 23:03:28 +08:00
parent 83ecd3ae97
commit 34f9daebef
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ dependencies {
compileOnly files("${hiddenApiStubJarFilePath}")
implementation project(':edxp-common')
implementation project(':xposed-bridge')
compileOnly project(':dexmaker')
}

View File

@ -30,4 +30,4 @@
-keep class * implements com.elderdrivers.riru.common.KeepAll { *; }
-keepclassmembers class * implements com.elderdrivers.riru.common.KeepMembers { *; }
-keep class * com.lody.** {*;}
-keep class com.lody.** {*;}