|
|
@ -57,10 +57,10 @@ dexcount { |
|
|
|
|
|
|
|
|
|
|
|
dependencies { |
|
|
|
dependencies { |
|
|
|
// support libraries |
|
|
|
// support libraries |
|
|
|
compile 'com.android.support:palette-v7:23.1.0' |
|
|
|
compile 'com.android.support:palette-v7:23.1.1' |
|
|
|
compile 'com.android.support:appcompat-v7:23.1.0' |
|
|
|
compile 'com.android.support:appcompat-v7:23.1.1' |
|
|
|
compile 'com.android.support:design:23.1.0' |
|
|
|
compile 'com.android.support:design:23.1.1' |
|
|
|
compile 'com.android.support:recyclerview-v7:23.1.0' |
|
|
|
compile 'com.android.support:recyclerview-v7:23.1.1' |
|
|
|
|
|
|
|
|
|
|
|
// html parsing fo reading mode |
|
|
|
// html parsing fo reading mode |
|
|
|
compile 'org.jsoup:jsoup:1.8.3' |
|
|
|
compile 'org.jsoup:jsoup:1.8.3' |
|
|
@ -76,7 +76,7 @@ dependencies { |
|
|
|
compile 'com.jakewharton:butterknife:7.0.1' |
|
|
|
compile 'com.jakewharton:butterknife:7.0.1' |
|
|
|
|
|
|
|
|
|
|
|
// permissions |
|
|
|
// permissions |
|
|
|
compile 'com.anthonycr.grant:permissions:1.0' |
|
|
|
compile 'com.anthonycr.grant:permissions:1.1.2' |
|
|
|
|
|
|
|
|
|
|
|
// proxy support |
|
|
|
// proxy support |
|
|
|
compile 'net.i2p.android:client:0.7' |
|
|
|
compile 'net.i2p.android:client:0.7' |
|
|
|