nextcloud-android/settings.gradle
alperozturk cabde4e779 Update ui library, add jetpack compose preview capability
Signed-off-by: alperozturk <alper_ozturk@proton.me>
2024-03-13 09:12:11 +01:00

16 lines
416 B
Groovy

rootProject.name = 'Nextcloud'
include ':app'
include ':appscan'
//includeBuild('../android-common') {
// dependencySubstitution {
// substitute module('com.github.nextcloud.android-common:ui') using project(':ui')
// }
//}
//includeBuild('../android-library') {
// dependencySubstitution {
// substitute module('com.github.nextcloud:android-library') using project(':library')
// }
//}