magisk/app/shared/build.gradle.kts

10 lines
109 B
Text
Raw Normal View History

2025-11-15 18:08:00 +01:00
plugins {
id("com.android.library")
}
setupCommon()
android {
namespace = "com.topjohnwu.shared"
}