mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-11-10 11:42:56 +00:00
Use libsuperuser lib
This commit is contained in:
@@ -22,10 +22,11 @@ android {
|
||||
|
||||
dependencies {
|
||||
compile fileTree(include: ['*.jar'], dir: 'libs')
|
||||
compile project(':lib:RootCommands')
|
||||
compile 'com.android.support:recyclerview-v7:24.2.0'
|
||||
compile 'com.android.support:cardview-v7:24.2.0'
|
||||
compile 'com.android.support:design:24.2.0'
|
||||
compile 'eu.chainfire:libsuperuser:1.0.0.201607041850'
|
||||
|
||||
compile 'com.jakewharton:butterknife:8.2.1'
|
||||
apt 'com.jakewharton:butterknife-compiler:8.2.1'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user