Android: rename module name to jse
This commit is contained in:
parent
7eb8287f04
commit
a3738859aa
@ -33,7 +33,7 @@ allprojects {
|
|||||||
dependencySubstitution {
|
dependencySubstitution {
|
||||||
substitute module('pub.doric:core') with project(":doric")
|
substitute module('pub.doric:core') with project(":doric")
|
||||||
substitute module('pub.doric:devkit') with project(":devkit")
|
substitute module('pub.doric:devkit') with project(":devkit")
|
||||||
substitute module('pub.doric:jse') with project(":jsvalue")
|
substitute module('pub.doric:jse') with project(":jse")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
include ':app', ':doric', ':devkit', ":jsvalue"
|
include ':app', ':doric', ':devkit', ':jse'
|
||||||
|
Reference in New Issue
Block a user