mirror of
https://github.com/dyhkwong/Exclave.git
synced 2026-06-12 20:22:45 +08:00
10 lines
119 B
Kotlin
10 lines
119 B
Kotlin
plugins {
|
|
id("com.android.library")
|
|
}
|
|
|
|
setupCommon()
|
|
|
|
android {
|
|
namespace = "io.nekohasekai.sagernet.plugin"
|
|
}
|