plausible-android/settings.gradle

18 lines
349 B
Groovy
Raw Permalink Normal View History

2022-10-30 03:46:27 +00:00
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
2022-11-01 13:12:43 +00:00
repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS)
2022-10-30 03:46:27 +00:00
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Plausible Android"
include ':app'
include ':plausible'