nextcloud-android/settings.gradle
Álvaro Brey Vilas e57176f009
Move app source to subproject
Android Studio has started to fail for some stuff with that old structure (for example connected tests don't work).
It's about time to do this.

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
2022-03-11 11:10:51 +01:00

3 lines
47 B
Groovy

rootProject.name = 'Nextcloud'
include ':app'