mirror of
https://github.com/fr3ts0n/AndrOBD.git
synced 2026-06-12 23:44:38 -04:00
10 lines
174 B
Groovy
10 lines
174 B
Groovy
pluginManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
google()
|
|
maven { url = 'https://jitpack.io' }
|
|
}
|
|
}
|
|
include ':androbd', ':library', ':plugin'
|
|
|