Fix API in edconfig
This commit is contained in:
parent
f6cab13e22
commit
103c7aa867
|
|
@ -1,4 +1,4 @@
|
||||||
version=91.0-$version ($backend)
|
version=92.0-$version ($backend)
|
||||||
arch=arm64
|
arch=arm64
|
||||||
minsdk=26
|
minsdk=26
|
||||||
maxsdk=29
|
maxsdk=29
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,6 @@ afterEvaluate {
|
||||||
from (dexOutPath){
|
from (dexOutPath){
|
||||||
rename("classes.dex", "edxp.dex")
|
rename("classes.dex", "edxp.dex")
|
||||||
}
|
}
|
||||||
from "${projectDir}/src/main/resources/"
|
|
||||||
destinationDir file(templateRootPath + "system/framework/")
|
destinationDir file(templateRootPath + "system/framework/")
|
||||||
outputs.upToDateWhen { false }
|
outputs.upToDateWhen { false }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
com.elderdrivers.riru.edxp.sandhook.core.SandHookEdxpImpl
|
|
||||||
|
|
@ -64,7 +64,6 @@ afterEvaluate {
|
||||||
from (dexOutPath){
|
from (dexOutPath){
|
||||||
rename("classes.dex", "edxp.dex")
|
rename("classes.dex", "edxp.dex")
|
||||||
}
|
}
|
||||||
from "${projectDir}/src/main/resources/"
|
|
||||||
destinationDir file(templateRootPath + "system/framework/")
|
destinationDir file(templateRootPath + "system/framework/")
|
||||||
outputs.upToDateWhen { false }
|
outputs.upToDateWhen { false }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
com.elderdrivers.riru.edxp.whale.core.WhaleEdxpImpl
|
|
||||||
|
|
@ -64,7 +64,6 @@ afterEvaluate {
|
||||||
from (dexOutPath){
|
from (dexOutPath){
|
||||||
rename("classes.dex", "edxp.dex")
|
rename("classes.dex", "edxp.dex")
|
||||||
}
|
}
|
||||||
from "${projectDir}/src/main/resources/"
|
|
||||||
destinationDir file(templateRootPath + "system/framework/")
|
destinationDir file(templateRootPath + "system/framework/")
|
||||||
outputs.upToDateWhen { false }
|
outputs.upToDateWhen { false }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
com.elderdrivers.riru.edxp.yahfa.core.YahfaEdxpImpl
|
|
||||||
Loading…
Reference in New Issue