forked from AlmightyHak/extensions-source
7 lines
85 B
Text
7 lines
85 B
Text
![]() |
plugins {
|
||
|
id("lib-android")
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
compileOnly(libs.aniyomi.lib)
|
||
|
}
|