Files
Driver/settings.gradle
hmalik144 1b00d7d40d - android bumblebee gradle migration
- lint driverDebug
 - view binding migration

Took 12 hours 10 minutes
2023-03-24 19:15:48 +00:00

20 lines
406 B
Groovy

pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
jcenter()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url "https://www.jitpack.io" }
jcenter()
}
}
rootProject.name = "Driver"
include ':app'