Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2021-04-23 11:49:02 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2021-04-27 13:59:22 +0300
commit7fa43ba9e25dad6722ac07d310957a7b360fa941 (patch)
tree7ee792d06c0de8fd934d598259407d54e175b038 /app/build.gradle
parentfa1360090a51e2fa200b0f7bdfdacdb60c7b7994 (diff)
unify dependency syntax and bump joda-time to latest patch version
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 3d20df1c7..28bc439ad 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -178,7 +178,7 @@ dependencies {
implementation 'com.squareup.okhttp3:logging-interceptor:3.14.2'
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'
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:animated-gif: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-gif:${coilKtVersion}"
implementation "io.coil-kt:coil-svg:${coilKtVersion}"