From 2debc6d9f652772b8569fbe8b9de61128cb3596a Mon Sep 17 00:00:00 2001 From: dece Date: Sun, 9 Jan 2022 21:41:11 +0100 Subject: [PATCH] gradle: update stuff --- app/build.gradle | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index bd4cdf3..1a2e415 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,9 +44,9 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.2' implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.0" implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation "androidx.room:room-runtime:2.3.0" + implementation "androidx.room:room-runtime:2.4.0" implementation 'com.google.android.material:material:1.4.0' - kapt "androidx.room:room-compiler:2.3.0" + kapt "androidx.room:room-compiler:2.4.0" testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' diff --git a/build.gradle b/build.gradle index 8c50564..7f88f48 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath "com.android.tools.build:gradle:7.0.3" + classpath "com.android.tools.build:gradle:7.0.4" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0" // NOTE: Do not place your application dependencies here; they belong