Welcome to mirror list, hosted at ThFree Co, Russian Federation.

settings.gradle - github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bb095760ccf5a5e59311384428fcf7eb78e844da (plain)
1
2
3
4
5
6
7
8
9
rootProject.name = 'Nextcloud'

include ':app'

//includeBuild('../android-common') {
//    dependencySubstitution {
//        substitute module('com.github.nextcloud.android-common:ui') using project(':ui')
//    }
//}