1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-15 16:51:11 +01:00
This commit is contained in:
vanitasvitae 2016-11-02 19:31:28 +00:00 committed by GitHub
commit 6bb8367f67
24 changed files with 393 additions and 154 deletions

View file

@ -44,9 +44,11 @@ dependencies {
// Android standard libs
compile 'com.android.support:appcompat-v7:24.2.1'
compile 'com.android.support:design:24.1.0' //Don't update. Broken up to 24.2.1
compile 'com.android.support:design:24.1.0' //Don't update. Broken up to 25.0.0
compile 'com.android.support:support-v4:24.2.1'
compile "com.android.support:customtabs:24.2.1"
compile 'com.android.support:customtabs:24.2.1'
compile 'com.android.support:cardview-v7:24.2.1'
// More libraries
compile 'com.jakewharton:butterknife:8.0.1'