-
-
Notifications
You must be signed in to change notification settings - Fork 222
/
settings.gradle
41 lines (41 loc) · 942 Bytes
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven {
url "https://jitpack.io"
}
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}
}
//include ':mlkit'
//include ':mlkit_latn'
//include ':mlkit_han'
//include ':mlkit_deva'
//include ':mlkit_jpan'
//include ':mlkit_kore'
//include ":tesseract"
include ':myExpenses'
include ':webui'
include ':ocr'
include ':PlayLicensingOrig', ':transactionscontract'
include ':setupwizard'
//include ':ChangeLog'
//include ':drive'
include ':dropbox'
include ':webdav'
//include ':PlayStoreApi'
include ':sqlcrypt'
include ':preferences'
include ':fints'
include ':shared-test'
include ':onedrive'
include ':jackson'