From 16e8207b36fe9d15b34b93fec4b209658b80227e Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 30 Mar 2021 15:22:52 +0200 Subject: [PATCH] updating kotlin and the webp displaying library --- app/build.gradle | 10 +++++----- build.gradle | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 162acf2ba..f6a1cdb63 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -88,16 +88,16 @@ dependencies { implementation 'com.google.vr:sdk-videowidget:1.180.0' implementation 'org.apache.sanselan:sanselan:0.97-incubator' implementation 'info.androidhive:imagefilters:1.0.7' - implementation('com.squareup.picasso:picasso:2.71828') { - exclude group: 'com.squareup.okhttp3', module: 'okhttp' - } - compileOnly 'com.squareup.okhttp3:okhttp:4.9.0' implementation 'com.squareup.okio:okio:2.10.0' implementation 'com.caverock:androidsvg-aar:1.4' implementation 'com.github.tibbi:gestureviews:a8e8fa8d27' implementation 'com.github.tibbi:subsampling-scale-image-view:961f7b5f2d' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' - implementation 'com.github.penfeizhou.android.animation:awebp:2.7.0' + implementation 'com.github.penfeizhou.android.animation:awebp:2.9.0' + implementation('com.squareup.picasso:picasso:2.71828') { + exclude group: 'com.squareup.okhttp3', module: 'okhttp' + } + compileOnly 'com.squareup.okhttp3:okhttp:4.9.0' kapt 'com.github.bumptech.glide:compiler:4.10.0' diff --git a/build.gradle b/build.gradle index bd7a31b87..5dacc5f26 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.4.31' + ext.kotlin_version = '1.4.32' ext.is_proprietary = gradle.startParameter.taskNames.any { task -> task.contains("Proprietary") } repositories {