mirror of
https://github.com/tateisu/SubwayTooter
synced 2024-12-27 17:32:54 +01:00
リファクタ
This commit is contained in:
parent
a52b767b10
commit
cad2de9478
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user