Some minor but major changes
New advance settings screen, new setting to ignore the back button, new behaviour of the left and right panels, now the app highlightes all the visible text
This commit is contained in:
@ -51,12 +51,12 @@ dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
compile project(':libraries:RootCommands')
|
||||
compile project(':libraries:FloatingActionButton')
|
||||
compile 'com.android.support:support-v4:19.+'
|
||||
compile('de.greenrobot:eventbus:2.2.1') {
|
||||
exclude module: 'support-v4'
|
||||
}
|
||||
// compile 'com.googlecode.juniversalchardet:juniversalchardet:1.0.3'
|
||||
compile files('libs/juniversalchardet-1.0.3.jar')
|
||||
compile 'com.android.support:support-v4:20.0.0'
|
||||
compile 'com.github.gabrielemariotti.changeloglib:library:1.5.1'
|
||||
compile 'commons-io:commons-io:2.4'
|
||||
compile files('libs/juniversalchardet-1.0.3.jar')
|
||||
}
|
||||
|
Reference in New Issue
Block a user