リファクタ

This commit is contained in:
tateisu 2017-12-12 06:18:17 +09:00
parent a52b767b10
commit cad2de9478
1 changed files with 6 additions and 2 deletions

View File

@ -56,13 +56,17 @@ dependencies {
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
// SDKのソースの27が提供されたタイミングで依存関係をまとめて上げる
//
compile 'com.android.support:support-v4:26.1.0'
compile 'com.android.support:appcompat-v7:26.1.0'
compile 'com.android.support:design:26.1.0'
compile 'com.android.support:customtabs:26.1.0'
compile 'com.google.firebase:firebase-core:11.6.2'
compile 'com.google.firebase:firebase-messaging:11.6.2'
compile 'com.google.firebase:firebase-core:11.4.2'
compile 'com.google.firebase:firebase-messaging:11.4.2'
testCompile 'junit:junit:4.12'
compile 'com.squareup.okhttp3:okhttp:3.8.1'