Android: rename module name to jse

This commit is contained in:
pengfei.zhou 2021-11-05 22:34:39 +08:00 committed by osborn
parent 7eb8287f04
commit a3738859aa
23 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ allprojects {
dependencySubstitution {
substitute module('pub.doric:core') with project(":doric")
substitute module('pub.doric:devkit') with project(":devkit")
substitute module('pub.doric:jse') with project(":jsvalue")
substitute module('pub.doric:jse') with project(":jse")
}
}
}

View File

@ -1 +1 @@
include ':app', ':doric', ':devkit', ":jsvalue"
include ':app', ':doric', ':devkit', ':jse'