fixup code style

This commit is contained in:
tateisu 2021-06-28 23:37:51 +09:00
parent 20adb3c19c
commit c01cfdf954
1 changed files with 5 additions and 5 deletions

View File

@ -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"