Magisk/app/shared/build.gradle.kts

14 lines
174 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
}
2021-09-03 04:31:33 +00:00
dependencies {
2021-11-24 10:08:29 +00:00
api("io.michaelrocks:paranoid-core:0.3.7")
2021-09-03 04:31:33 +00:00
}