mirror of
https://github.com/fr3ts0n/AndrOBD.git
synced 2026-04-17 12:29:40 -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'
|
|
|