Replaced fab speed dial with a different library - there is still some tweaking needed, but at least it works again

This commit is contained in:
2017-07-24 18:01:40 +02:00
parent 593a390b40
commit faa6752b10
6 changed files with 30 additions and 28 deletions

View File

@ -24,5 +24,6 @@ allprojects {
jcenter()
mavenCentral()
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
maven { url "https://jitpack.io" }
}
}