mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-05 20:40:19 -08:00
10 lines
109 B
Kotlin
10 lines
109 B
Kotlin
plugins {
|
|
id("com.android.library")
|
|
}
|
|
|
|
setupCommon()
|
|
|
|
android {
|
|
namespace = "com.topjohnwu.shared"
|
|
}
|