Files
AndrOBD/settings.gradle
Erwin Scheuch-Heilig a704f8548e Update gradle / SDK build settings
- Fix non static ressource ID's
2026-02-27 17:37:02 +01:00

10 lines
174 B
Groovy

pluginManagement {
repositories {
mavenCentral()
google()
maven { url = 'https://jitpack.io' }
}
}
include ':androbd', ':library', ':plugin'