Switched from using ActionBar to using Toolbar

This commit is contained in:
Dan Galpin
2015-05-25 01:29:03 -07:00
parent 3ef2dfaea6
commit 7bd1eeb1e6
8 changed files with 105 additions and 47 deletions

View File

@@ -22,7 +22,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.github.bumptech.glide:glide:3.5.2'
compile 'com.android.support:appcompat-v7:21.0.2'
compile 'com.android.support:support-annotations:22.0.0'
compile 'com.android.support:appcompat-v7:22.1.0'
compile 'com.android.support:support-annotations:22.1.0'
compile 'com.google.android.gms:play-services-gcm:7.0.0'
}