mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-01 16:52:39 +00:00
9 lines
111 B
Text
9 lines
111 B
Text
|
plugins {
|
||
|
`kotlin-dsl`
|
||
|
}
|
||
|
|
||
|
repositories {
|
||
|
google()
|
||
|
jcenter()
|
||
|
maven(url = "https://jitpack.io")
|
||
|
}
|