magisk/app/shared/build.gradle.kts
2025-11-15 18:08:00 +01:00

9 lines
109 B
Kotlin

plugins {
id("com.android.library")
}
setupCommon()
android {
namespace = "com.topjohnwu.shared"
}