1
0
mirror of https://github.com/topjohnwu/Magisk.git synced 2024-12-29 01:37:39 +00:00
Magisk/app/shared/build.gradle.kts

10 lines
109 B
Plaintext
Raw Permalink 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
}