9 lines
166 B
Groovy
9 lines
166 B
Groovy
// file: Android/settings.gradle
|
|
// version: 1
|
|
|
|
rootProject.name = "games-sasedev-android"
|
|
|
|
include(":common")
|
|
include(":game-reflex-poc")
|
|
include(":game-snake-poc")
|