mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 20:31:16 +00:00
Downgrade design support library (fixes #580).
Looks like Google fucked up the lib and is using a dependency that's not available before 5.0
This commit is contained in:
parent
c175ad91c9
commit
683be86c05
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
compile 'eu.chainfire:libsuperuser:1.0.0.201602271131'
|
||||
compile 'com.android.support:design:23.2.0'
|
||||
compile 'com.android.support:design:23.1.1'
|
||||
compile 'com.google.zxing:android-integration:3.2.1'
|
||||
androidTestCompile 'com.squareup.okhttp:mockwebserver:2.4.0'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue