1
0
Fork 0
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:
Felix Ableitner 2016-03-08 20:28:12 +01:00
parent c175ad91c9
commit 683be86c05

View file

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