From dc695d20d00025415d6e0a41e49dae2d265a32cc Mon Sep 17 00:00:00 2001 From: Jarne Demeulemeester Date: Fri, 6 May 2022 08:36:45 +0200 Subject: [PATCH] Upgrade dependencies material 1.5.0 -> 1.6.0 jellyfin 1.1.2 -> 1.2.0 glide 4.13.1 -> 4.13.2 --- app/build.gradle.kts | 6 +++--- build.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1be883f0..0b3a74be 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -69,7 +69,7 @@ dependencies { // Material - implementation("com.google.android.material:material:1.5.0") + implementation("com.google.android.material:material:1.6.0") // ConstraintLayout implementation("androidx.constraintlayout:constraintlayout:2.1.3") @@ -99,11 +99,11 @@ dependencies { implementation("androidx.preference:preference-ktx:$preferenceVersion") // Jellyfin - val jellyfinVersion = "1.1.2" + val jellyfinVersion = "1.2.0" implementation("org.jellyfin.sdk:jellyfin-core:$jellyfinVersion") // Glide - val glideVersion = "4.13.1" + val glideVersion = "4.13.2" implementation("com.github.bumptech.glide:glide:$glideVersion") kapt("com.github.bumptech.glide:compiler:$glideVersion") diff --git a/build.gradle.kts b/build.gradle.kts index dcda2402..9d06a989 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ buildscript { dependencies { classpath("com.android.tools.build:gradle:7.1.3") - val kotlinVersion = "1.6.20" + val kotlinVersion = "1.6.21" classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion") // NOTE: Do not place your application dependencies here; they belong