Magisk/app/shared/build.gradle.kts

10 lines
109 B
Plaintext
Raw Normal View History

2020-07-04 15:53:31 +02:00
plugins {
id("com.android.library")
}
2021-09-07 18:45:15 +02:00
setupCommon()
2020-07-04 15:53:31 +02:00
android {
2022-05-10 05:53:47 +02:00
namespace = "com.topjohnwu.shared"
2020-07-04 15:53:31 +02:00
}