소스 검색

unify dependency syntax and bump joda-time to latest patch version

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 4 년 전
부모
커밋
7fa43ba9e2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/build.gradle

+ 2 - 2
app/build.gradle

@@ -178,7 +178,7 @@ dependencies {
     implementation 'com.squareup.okhttp3:logging-interceptor:3.14.2'
     implementation 'com.squareup.okhttp3:logging-interceptor:3.14.2'
 
 
     implementation 'com.bluelinelabs:logansquare:1.3.7'
     implementation 'com.bluelinelabs:logansquare:1.3.7'
-    implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.12.3'
+    implementation 'com.fasterxml.jackson.core:jackson-core:2.12.3'
     kapt 'com.bluelinelabs:logansquare-compiler:1.3.7'
     kapt 'com.bluelinelabs:logansquare-compiler:1.3.7'
 
 
     implementation 'com.squareup.retrofit2:retrofit:2.7.1'
     implementation 'com.squareup.retrofit2:retrofit:2.7.1'
@@ -224,7 +224,7 @@ dependencies {
     implementation 'com.github.mario.fresco:webpsupport:111'
     implementation 'com.github.mario.fresco:webpsupport:111'
     implementation 'com.github.mario.fresco:animated-gif:111'
     implementation 'com.github.mario.fresco:animated-gif:111'
     implementation 'com.github.mario.fresco:imagepipeline-okhttp3:111'
     implementation 'com.github.mario.fresco:imagepipeline-okhttp3:111'
-    implementation  group: 'joda-time', name: 'joda-time', version: '2.10.3'
+    implementation 'joda-time:joda-time:2.10.10'
     implementation "io.coil-kt:coil:${coilKtVersion}"
     implementation "io.coil-kt:coil:${coilKtVersion}"
     implementation "io.coil-kt:coil-gif:${coilKtVersion}"
     implementation "io.coil-kt:coil-gif:${coilKtVersion}"
     implementation "io.coil-kt:coil-svg:${coilKtVersion}"
     implementation "io.coil-kt:coil-svg:${coilKtVersion}"