1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-11-22 04:12:08 +01:00

Updated support libs and added more precise breakage notice

This commit is contained in:
vanitasvitae 2016-10-10 18:13:41 +02:00
parent f49877b792
commit 5d4106e0b3
Signed by: vanitasvitae
GPG key ID: DCCFB3302C9E4615

View file

@ -40,10 +40,10 @@ dependencies {
testCompile 'junit:junit:4.12' testCompile 'junit:junit:4.12'
// Android standard libs // Android standard libs
compile 'com.android.support:appcompat-v7:24.2.0' compile 'com.android.support:appcompat-v7:24.2.1'
compile 'com.android.support:design:24.1.0' //Don't u dare to upd8! compile 'com.android.support:design:24.1.0' //Don't update. Broken up to 24.2.1
compile 'com.android.support:support-v4:24.2.0' compile 'com.android.support:support-v4:24.2.1'
compile "com.android.support:customtabs:24.2.0" compile "com.android.support:customtabs:24.2.1"
// More libraries // More libraries
compile 'com.jakewharton:butterknife:8.0.1' compile 'com.jakewharton:butterknife:8.0.1'