Fix API in edconfig

This commit is contained in:
LoveSy 2020-11-25 18:42:06 +08:00 committed by 双草酸酯
parent f6cab13e22
commit 103c7aa867
7 changed files with 1 additions and 7 deletions

View File

@ -1,4 +1,4 @@
version=91.0-$version ($backend)
version=92.0-$version ($backend)
arch=arm64
minsdk=26
maxsdk=29

View File

@ -65,7 +65,6 @@ afterEvaluate {
from (dexOutPath){
rename("classes.dex", "edxp.dex")
}
from "${projectDir}/src/main/resources/"
destinationDir file(templateRootPath + "system/framework/")
outputs.upToDateWhen { false }
}

View File

@ -1 +0,0 @@
com.elderdrivers.riru.edxp.sandhook.core.SandHookEdxpImpl

View File

@ -64,7 +64,6 @@ afterEvaluate {
from (dexOutPath){
rename("classes.dex", "edxp.dex")
}
from "${projectDir}/src/main/resources/"
destinationDir file(templateRootPath + "system/framework/")
outputs.upToDateWhen { false }
}

View File

@ -1 +0,0 @@
com.elderdrivers.riru.edxp.whale.core.WhaleEdxpImpl

View File

@ -64,7 +64,6 @@ afterEvaluate {
from (dexOutPath){
rename("classes.dex", "edxp.dex")
}
from "${projectDir}/src/main/resources/"
destinationDir file(templateRootPath + "system/framework/")
outputs.upToDateWhen { false }
}

View File

@ -1 +0,0 @@
com.elderdrivers.riru.edxp.yahfa.core.YahfaEdxpImpl