diff --git a/app/build.gradle b/app/build.gradle index b3d7f366..c98b6093 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,25 +46,25 @@ android { } dependencies { - implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.21' + implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.30' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2' implementation 'com.github.jellyfin.jellyfin-apiclient-java:android:0.7.3' implementation 'com.github.woltapp:blurhash:f41a23cc50' implementation 'com.google.android.exoplayer:exoplayer:2.12.2' - implementation 'com.google.android.material:material:1.2.1' + implementation 'com.google.android.material:material:1.3.0' implementation 'androidx.core:core-ktx:1.3.2' - implementation 'androidx.media:media:1.2.1' - implementation 'androidx.fragment:fragment-ktx:1.2.5' + implementation 'androidx.media:media:1.3.0' + implementation 'androidx.fragment:fragment-ktx:1.3.2' implementation 'androidx.legacy:legacy-support-v13:1.0.0' implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'androidx.recyclerview:recyclerview:1.1.0' + implementation 'androidx.recyclerview:recyclerview:1.2.0' implementation 'androidx.gridlayout:gridlayout:1.0.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.palette:palette-ktx:1.0.0' - implementation 'androidx.annotation:annotation:1.1.0' + implementation 'androidx.annotation:annotation:1.2.0' implementation 'androidx.percentlayout:percentlayout:1.0.0' implementation 'androidx.preference:preference-ktx:1.1.1' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' @@ -86,8 +86,8 @@ dependencies { implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation 'com.squareup.retrofit2:converter-gson:2.9.0' - annotationProcessor 'androidx.room:room-compiler:2.2.5' - implementation 'androidx.room:room-runtime:2.2.5' + annotationProcessor 'androidx.room:room-compiler:2.2.6' + implementation 'androidx.room:room-runtime:2.2.6' annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0' implementation 'com.github.bumptech.glide:annotations:4.11.0'