Magisk/app/shared/build.gradle.kts

10 lines
109 B
Plaintext
Raw Normal View History

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