1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-11-21 20:02:07 +01:00

Updated support libraries

This commit is contained in:
vanitasvitae 2016-09-11 11:57:42 +02:00
parent b8ba6bb443
commit 0b0b0198df

View file

@ -40,9 +40,9 @@ dependencies {
testCompile 'junit:junit:4.12'
// Android standard libs
compile 'com.android.support:appcompat-v7:24.1.1'
compile 'com.android.support:design:24.1.1'
compile 'com.android.support:support-v4:24.1.1'
compile 'com.android.support:appcompat-v7:24.2.0'
compile 'com.android.support:design:24.2.0'
compile 'com.android.support:support-v4:24.2.0'
// More libraries
compile 'com.jakewharton:butterknife:8.0.1'