1
0
Fork 0
mirror of https://github.com/vanitasvitae/Spherical synced 2025-09-10 18:59:42 +02:00

Add FAB (buggy)

This commit is contained in:
vanitasvitae 2017-09-14 03:06:09 +02:00
parent 64ed8b3d61
commit e54017584c
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
4 changed files with 57 additions and 13 deletions

View file

@ -24,7 +24,7 @@ dependencies {
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.+'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:design:25.3.1'
testCompile 'junit:junit:4.12'
}