mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
9f1623bb34
- Updated .gitmodules to include mobile app submodule - Added swingmusic_mobile directory with Flutter app - Mobile app will now be built in unified release workflow
17 lines
558 B
Plaintext
17 lines
558 B
Plaintext
[submodule "swingmusic-android"]
|
|
path = swingmusic-android
|
|
url = https://github.com/Dvorinka/swingmusic-extended-android
|
|
branch = master
|
|
[submodule "swingmusic-desktop"]
|
|
path = swingmusic-desktop
|
|
url = https://github.com/Dvorinka/swingmusic-extended-desktop
|
|
branch = master
|
|
[submodule "swingmusic-webclient"]
|
|
path = swingmusic-webclient
|
|
url = https://github.com/Dvorinka/swingmusic-extended-webclient
|
|
branch = master
|
|
[submodule "swingmusic-mobile"]
|
|
path = swingmusic_mobile
|
|
url = https://github.com/Dvorinka/swingmusic-mobile.git
|
|
branch = master
|