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-12-18 05:58:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Magisk
/
app
/
shared
/
build.gradle.kts
10 lines
109 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Welcome Gradle Kotlin DSL
2020-07-04 06:53:31 -07:00
plugins {
id("com.android.library")
}
Move config to buildSrc
2021-09-08 00:45:15 +08:00
setupCommon()
Welcome Gradle Kotlin DSL
2020-07-04 06:53:31 -07:00
android {
Update Android Studio
2022-05-09 20:53:47 -07:00
namespace = "com.topjohnwu.shared"
Welcome Gradle Kotlin DSL
2020-07-04 06:53:31 -07:00
}
Reference in New Issue
Copy Permalink