Magisk/app/shared/build.gradle.kts

10 lines
109 B
Plaintext
Raw Normal View History

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