2021-02-18 13:41:11 +03:00
|
|
|
rootProject.name = 'Nextcloud'
|
2021-02-18 12:36:48 +03:00
|
|
|
|
2022-03-11 13:10:51 +03:00
|
|
|
include ':app'
|
2023-01-20 18:43:28 +03:00
|
|
|
include ':appscan'
|
2022-09-06 19:14:36 +03:00
|
|
|
|
|
|
|
//includeBuild('../android-common') {
|
|
|
|
// dependencySubstitution {
|
|
|
|
// substitute module('com.github.nextcloud.android-common:ui') using project(':ui')
|
|
|
|
// }
|
|
|
|
//}
|
2023-10-04 15:22:16 +03:00
|
|
|
|
2023-10-10 12:20:14 +03:00
|
|
|
//includeBuild('../android-library') {
|
|
|
|
// dependencySubstitution {
|
|
|
|
// substitute module('com.github.nextcloud:android-library') using project(':library')
|
|
|
|
// }
|
|
|
|
//}
|