From ad5d146a9be33d30c89a481cadb134b767dcdb8c Mon Sep 17 00:00:00 2001 From: dece Date: Sun, 16 Jan 2022 14:24:54 +0100 Subject: [PATCH] gradle: update dependencies --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2720020..57f5c17 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,10 +46,10 @@ android { dependencies { def nav_version = "2.3.5" - def room_version = "2.4.0" + def room_version = "2.4.1" implementation 'androidx.core:core-ktx:1.7.0' - implementation 'androidx.appcompat:appcompat:1.4.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.2' + implementation 'androidx.appcompat:appcompat:1.4.1' + implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation 'androidx.fragment:fragment-ktx:1.4.0' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' @@ -58,7 +58,7 @@ dependencies { implementation 'androidx.preference:preference-ktx:1.1.1' implementation "androidx.room:room-runtime:$room_version" implementation "androidx.room:room-ktx:$room_version" - implementation 'com.google.android.material:material:1.4.0' + implementation 'com.google.android.material:material:1.5.0' kapt "androidx.room:room-compiler:$room_version" testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3'