using engine submodule
This commit is contained in:
parent
c71f2b8a27
commit
09a2636c5f
|
@ -1,3 +1,6 @@
|
|||
[submodule "screen-state"]
|
||||
path = screen-state
|
||||
url = git@github.com:ouchadam/screen-state.git
|
||||
[submodule "chat-engine"]
|
||||
path = chat-engine
|
||||
url = git@github.com:ouchadam/chat-engine.git
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 295bad45ddb7e987b4b3126058ec02c23e15ccf3
|
|
@ -8,7 +8,7 @@ dependencyResolutionManagement {
|
|||
rootProject.name = "SmallTalk"
|
||||
|
||||
includeBuild 'screen-state'
|
||||
includeBuild '../chat-engine'
|
||||
includeBuild 'chat-engine'
|
||||
|
||||
include ':app'
|
||||
|
||||
|
|
Loading…
Reference in New Issue