mirror of
https://github.com/ouchadam/small-talk.git
synced 2024-12-21 23:44:10 +01:00
using engine submodule
This commit is contained in:
parent
c71f2b8a27
commit
09a2636c5f
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||
|
1
chat-engine
Submodule
1
chat-engine
Submodule
@ -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
Block a user