Upgrade dependencies
material 1.5.0 -> 1.6.0 jellyfin 1.1.2 -> 1.2.0 glide 4.13.1 -> 4.13.2
This commit is contained in:
parent
a785d6d3f8
commit
dc695d20d0
2 changed files with 4 additions and 4 deletions
|
@ -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")
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue