mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 20:31:16 +00:00
Removed duplicate dependencies.
This commit is contained in:
parent
4bdc2e8d54
commit
6c3f7a2bde
1 changed files with 2 additions and 4 deletions
|
@ -23,9 +23,7 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
compile 'eu.chainfire:libsuperuser:1.0.0.201510071325'
|
||||
compile 'com.android.support:appcompat-v7:23.1.0'
|
||||
compile 'com.android.support:design:23.1.0'
|
||||
compile 'com.android.support:appcompat-v7:23.1.0'
|
||||
compile 'com.android.support:design:23.1.1'
|
||||
androidTestCompile 'com.squareup.okhttp:mockwebserver:2.4.0'
|
||||
}
|
||||
|
||||
|
@ -33,7 +31,7 @@ project.archivesBaseName = 'syncthing'
|
|||
|
||||
android {
|
||||
compileSdkVersion 23
|
||||
buildToolsVersion "23.0.0"
|
||||
buildToolsVersion "23.0.2"
|
||||
|
||||
useLibrary 'org.apache.http.legacy'
|
||||
|
||||
|
|
Loading…
Reference in a new issue