mirror of
https://github.com/hmalik144/Driver.git
synced 2025-12-10 02:45:20 +00:00
- android bumblebee gradle migration
- lint driverDebug - view binding migration Took 12 hours 10 minutes
This commit is contained in:
@@ -1 +1,19 @@
|
||||
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'
|
||||
|
||||
Reference in New Issue
Block a user