This repository has been archived on 2023-02-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
bachelor-thesis/src/MagSend/settings.gradle
Severin Kaderli 3a69bdb0ad
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add source for android application
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2022-11-24 00:15:14 +01:00

16 lines
324 B
Groovy

pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "MagSend"
include ':app'