This website requires JavaScript.
Explore
Help
Sign In
TheArchive
/
Magisk
Watch
1
Star
0
Fork
0
You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced
2024-11-24 10:35:26 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
54ecc001f4
Magisk
/
app
/
shared
/
build.gradle.kts
10 lines
109 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Welcome Gradle Kotlin DSL
2020-07-04 13:53:31 +00:00
plugins {
id("com.android.library")
}
Move config to buildSrc
2021-09-07 16:45:15 +00:00
setupCommon()
Welcome Gradle Kotlin DSL
2020-07-04 13:53:31 +00:00
android {
Update Android Studio
2022-05-10 03:53:47 +00:00
namespace = "com.topjohnwu.shared"
Welcome Gradle Kotlin DSL
2020-07-04 13:53:31 +00:00
}
Reference in New Issue
Copy Permalink