0
0
Fork 0
mirror of https://github.com/YTVanced/VancedManager synced 2024-11-01 16:52:39 +00:00
VancedManager/buildSrc/build.gradle.kts
2021-01-10 14:11:04 +04:00

9 lines
No EOL
111 B
Text

plugins {
`kotlin-dsl`
}
repositories {
google()
jcenter()
maven(url = "https://jitpack.io")
}