Upgrade dependencies

kotlin 1.7.10 -> 1.7.20
aboutlibraries 10.4.0 -> 10.5.0
glide 4.13.2 -> 4.14.1
This commit is contained in:
Jarne Demeulemeester 2022-10-01 15:44:55 +02:00
parent 490f4debcb
commit 50a0ca8a3c
No known key found for this signature in database
GPG key ID: B61B7B150DB6A6D2
2 changed files with 4 additions and 4 deletions

View file

@ -102,7 +102,7 @@ dependencies {
implementation("org.jellyfin.sdk:jellyfin-core:$jellyfinVersion")
// Glide
val glideVersion = "4.13.2"
val glideVersion = "4.14.1"
implementation("com.github.bumptech.glide:glide:$glideVersion")
kapt("com.github.bumptech.glide:compiler:$glideVersion")
@ -124,7 +124,7 @@ dependencies {
val timberVersion = "5.0.1"
implementation("com.jakewharton.timber:timber:$timberVersion")
val aboutLibrariesVersion = "10.4.0"
val aboutLibrariesVersion = "10.5.0"
implementation("com.mikepenz:aboutlibraries-core:$aboutLibrariesVersion")
implementation("com.mikepenz:aboutlibraries:$aboutLibrariesVersion")

View file

@ -10,7 +10,7 @@ buildscript {
dependencies {
classpath("com.android.tools.build:gradle:7.3.0")
val kotlinVersion = "1.7.10"
val kotlinVersion = "1.7.20"
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
// NOTE: Do not place your application dependencies here; they belong
@ -21,7 +21,7 @@ buildscript {
val hiltVersion = "2.44"
classpath("com.google.dagger:hilt-android-gradle-plugin:$hiltVersion")
val aboutLibrariesVersion = "10.4.0"
val aboutLibrariesVersion = "10.5.0"
classpath("com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:$aboutLibrariesVersion")
}
}