Skip to content

Commit

Permalink
Fix API in edconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
LoveSy authored and kotori2 committed Nov 25, 2020
1 parent f6cab13 commit 103c7aa
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion edxp-core/tpl/edconfig.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=91.0-$version ($backend)
version=92.0-$version ($backend)
arch=arm64
minsdk=26
maxsdk=29
Expand Down
1 change: 0 additions & 1 deletion edxp-sandhook/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
}
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion edxp-whale/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
}
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion edxp-yahfa/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
}
Expand Down

This file was deleted.

1 comment on commit 103c7aa

@Howard20181
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

还有这里,打在日志里的
或许可以从别的地方读,不用写死
https://github.com/ElderDrivers/EdXposed/blob/android_r/edxp-core/template_override/post-fs-data.sh#L133

Please sign in to comment.