mirror of
https://github.com/topjohnwu/libsu.git
synced 2024-11-26 21:40:42 +00:00
Rename module to core
This commit is contained in:
parent
0fb498af9b
commit
fd41abec31
0
superuser/.gitignore → core/.gitignore
vendored
0
superuser/.gitignore → core/.gitignore
vendored
@ -29,5 +29,5 @@ android {
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation project(':superuser')
|
||||
implementation project(':core')
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
include ':superuser', ':example'
|
||||
include ':core', ':example'
|
||||
|
Loading…
Reference in New Issue
Block a user