Skip to content
Snippets Groups Projects

creates LobbyView from CreateGameView

Merged Thea Slemdal Bergersen requested to merge 8-create-lobby-page into main
8 files
+ 193
16
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 3
1
@@ -15,7 +15,9 @@ android {
}
packagingOptions {
exclude 'META-INF/robovm/ios/robovm.xml'
resources {
excludes += ['META-INF/robovm/ios/robovm.xml']
}
}
defaultConfig {
applicationId "com.wordbattle.game"
Loading