From c01cfdf954e6cb8c8e0c1153e1183ee0566fdd1e Mon Sep 17 00:00:00 2001 From: tateisu Date: Mon, 28 Jun 2021 23:37:51 +0900 Subject: [PATCH] fixup code style --- app/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2eb66801..53a471a0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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"