1
0
mirror of https://github.com/topjohnwu/Magisk.git synced 2025-01-08 22:07:39 +00:00
2023-02-20 00:08:23 -08:00

10 lines
109 B
Plaintext

plugins {
id("com.android.library")
}
setupCommon()
android {
namespace = "com.topjohnwu.shared"
}