Files
tachiyomiJ2K/settings.gradle.kts
Jays2Kings 60634065ca update libraries + lint + compile to sdk 35
update theme to dynamiccolors
2025-04-29 17:15:23 -07:00

12 lines
214 B
Kotlin

pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
google()
maven { url=uri("https://jitpack.io") }
}
}
rootProject.name = "tachiyomiJ2K"
include(":app")