This repository has been archived on 2024-06-08. You can view files and clone it, but cannot push or open issues or pull requests.
tachiyomi/buildSrc/build.gradle.kts
Carlos 7d5fa5a603
remove shortcuts.xml plugin since shortcuts arent used anymore (#463)
updated gradle to 6.1.1
update android gradle to 4.0
add buildSrc to use kotlin for versions didnt convert them all
2020-05-30 20:30:53 -04:00

6 lines
No EOL
59 B
Text

plugins {
`kotlin-dsl`
}
repositories {
jcenter()
}