2023-01-08 02:14:00 +00:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
gradlePluginPortal()
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-12-07 03:34:52 +00:00
|
|
|
dependencyResolutionManagement {
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
repositories {
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
|
|
|
maven { url 'https://jitpack.io' }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-06-20 23:53:52 +00:00
|
|
|
include ':app:k9mail'
|
2020-05-18 23:25:03 +00:00
|
|
|
include ':app:ui:base'
|
2020-05-21 21:17:49 +00:00
|
|
|
include ':app:ui:setup'
|
2020-05-18 23:03:32 +00:00
|
|
|
include ':app:ui:legacy'
|
2022-10-17 15:52:11 +00:00
|
|
|
include ':app:ui:message-list-widget'
|
2018-06-21 13:12:50 +00:00
|
|
|
include ':app:core'
|
2018-08-27 13:49:13 +00:00
|
|
|
include ':app:storage'
|
2018-08-31 00:59:39 +00:00
|
|
|
include ':app:crypto-openpgp'
|
2018-12-17 17:05:59 +00:00
|
|
|
include ':app:testing'
|
2020-05-17 21:32:11 +00:00
|
|
|
include ':app:autodiscovery:api'
|
|
|
|
include ':app:autodiscovery:providersxml'
|
|
|
|
include ':app:autodiscovery:srvrecords'
|
|
|
|
include ':app:autodiscovery:thunderbird'
|
2022-01-26 02:44:15 +00:00
|
|
|
include ':app:html-cleaner'
|
2022-09-29 14:31:37 +00:00
|
|
|
include ':ui-utils:LinearLayoutManager'
|
2022-11-03 15:40:43 +00:00
|
|
|
include ':ui-utils:ItemTouchHelper'
|
2022-12-14 17:43:31 +00:00
|
|
|
include ':ui-utils:ToolbarBottomSheet'
|
2018-05-23 18:26:10 +00:00
|
|
|
include ':mail:common'
|
2018-05-23 21:00:55 +00:00
|
|
|
include ':mail:testing'
|
|
|
|
include ':mail:protocols:imap'
|
2018-05-24 00:46:10 +00:00
|
|
|
include ':mail:protocols:pop3'
|
2018-05-24 01:34:24 +00:00
|
|
|
include ':mail:protocols:webdav'
|
2018-05-24 01:46:36 +00:00
|
|
|
include ':mail:protocols:smtp'
|
2018-06-02 11:57:47 +00:00
|
|
|
include ':backend:api'
|
2022-01-04 19:06:50 +00:00
|
|
|
include ':backend:testing'
|
2018-06-02 13:46:16 +00:00
|
|
|
include ':backend:imap'
|
2018-06-02 20:08:26 +00:00
|
|
|
include ':backend:pop3'
|
|
|
|
include ':backend:webdav'
|
2019-12-02 16:08:39 +00:00
|
|
|
include ':backend:jmap'
|
2021-09-23 19:15:59 +00:00
|
|
|
include ':backend:demo'
|
2015-12-12 15:03:40 +00:00
|
|
|
include ':plugins:openpgp-api-lib:openpgp-api'
|
2022-01-26 14:21:45 +00:00
|
|
|
include ':cli:html-cleaner-cli'
|