Use libsuperuser lib

This commit is contained in:
dvdandroid
2016-08-22 10:09:36 +02:00
committed by topjohnwu
parent e66496eae7
commit c68e37a8c4
19 changed files with 11 additions and 2045 deletions

View File

@@ -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'
}