mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 05:25:08 +01:00
10 lines
127 B
Plaintext
10 lines
127 B
Plaintext
|
pluginManagement {
|
||
|
repositories {
|
||
|
gradlePluginPortal()
|
||
|
jcenter()
|
||
|
google()
|
||
|
}
|
||
|
}
|
||
|
|
||
|
include(":app")
|