NeoLaunch_From_Kvaesitso/settings.gradle.kts

68 lines
1.5 KiB
Plaintext
Raw Normal View History

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
2023-08-26 23:23:21 +02:00
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
jcenter() // For tinypinyin
2021-09-18 23:37:52 +02:00
}
}
2022-12-13 17:37:26 +01:00
include(":app:app")
include(":app:ui")
include(":core:base")
include(":core:crashreporter")
include(":core:compat")
include(":core:preferences")
include(":core:ktx")
include(":core:i18n")
include(":data:database")
2022-12-13 17:37:26 +01:00
include(":core:permissions")
2023-05-08 00:50:03 +02:00
include(":core:shared")
2022-12-13 17:37:26 +01:00
include(":data:appshortcuts")
include(":data:customattrs")
include(":data:applications")
include(":data:calendar")
include(":data:calculator")
2023-08-21 19:49:55 +02:00
include(":data:themes")
2022-12-13 17:37:26 +01:00
include(":data:contacts")
include(":data:currencies")
include(":data:files")
include(":data:unitconverter")
include(":data:websites")
include(":data:wikipedia")
include(":data:widgets")
include(":data:weather")
include(":data:notifications")
include(":data:search-actions")
include(":data:searchable")
2023-11-05 19:01:57 +01:00
include(":data:plugins")
2022-12-13 17:37:26 +01:00
include(":services:accounts")
include(":services:tags")
include(":services:search")
include(":services:badges")
include(":services:icons")
include(":services:backup")
include(":services:music")
include(":libs:material-color-utilities")
include(":libs:nextcloud")
include(":libs:owncloud")
include(":libs:webdav")
include(":libs:g-services")
2023-01-17 18:55:30 +01:00
include(":services:global-actions")
2023-04-10 01:15:27 +02:00
include(":services:widgets")
include(":services:favorites")
2023-05-08 00:50:03 +02:00
include(":plugins:sdk")
2023-11-05 19:01:57 +01:00
include(":services:plugins")