ckashby / MealSpotting

Share photos of your meals and comment with friends
0 stars 0 forks source link

Material Design upgrade #1

Open ckashby opened 8 years ago

ckashby commented 8 years ago

Add compile with design library to Gradle and set as an issue.

ckashby commented 8 years ago

dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:23.1.1' compile 'com.android.support:design:23.1.1' }