mirror of
https://github.com/tateisu/SubwayTooter
synced 2025-02-03 20:27:40 +01:00
fixup code style
This commit is contained in:
parent
20adb3c19c
commit
c01cfdf954
@ -160,16 +160,16 @@ dependencies {
|
||||
testImplementation 'com.squareup.okhttp3:mockwebserver:3.12.1'
|
||||
androidTestImplementation 'com.squareup.okhttp3:mockwebserver:3.12.1'
|
||||
|
||||
def glide_version = '4.11.0'
|
||||
implementation "com.github.bumptech.glide:glide:$glide_version"
|
||||
implementation "com.github.bumptech.glide:annotations:$glide_version"
|
||||
implementation( "com.github.bumptech.glide:okhttp3-integration:$glide_version"){
|
||||
def glideVersion = '4.11.0'
|
||||
implementation "com.github.bumptech.glide:glide:$glideVersion"
|
||||
implementation "com.github.bumptech.glide:annotations:$glideVersion"
|
||||
implementation( "com.github.bumptech.glide:okhttp3-integration:$glideVersion"){
|
||||
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
|
||||
// 推移的な依存関係の除外
|
||||
// glide 4.9.0 は okhttp3 3.9.1を使ってる
|
||||
// http://bumptech.github.io/glide/int/about.html#how-do-i-use-a-specific-version-of-okhttp-volley-or-other-third-party-library
|
||||
}
|
||||
kapt "com.github.bumptech.glide:compiler:$glide_version"
|
||||
kapt "com.github.bumptech.glide:compiler:$glideVersion"
|
||||
|
||||
implementation "org.conscrypt:conscrypt-android:2.5.1"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user