mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2026-02-02 08:54:10 +01:00
6 lines
139 B
Kotlin
6 lines
139 B
Kotlin
rootProject.name = System.getenv("ProductName") ?: "Tachidesk"
|
|
|
|
include("server")
|
|
|
|
include("AndroidCompat")
|
|
include("AndroidCompat:Config") |