From 0136ebc834413895b2f1ba53af7d95f9076131e0 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 17 Jul 2023 20:25:24 +0200 Subject: [PATCH] updating commons and room --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f5ed10c3..81d59ff3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -66,13 +66,13 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:4c83ec8740' + implementation 'com.github.SimpleMobileTools:Simple-Commons:603a8da576' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.documentfile:documentfile:1.0.1' - kapt 'androidx.room:room-compiler:2.5.1' - implementation 'androidx.room:room-runtime:2.5.1' - annotationProcessor 'androidx.room:room-compiler:2.5.1' + kapt 'androidx.room:room-compiler:2.5.2' + implementation 'androidx.room:room-runtime:2.5.2' + annotationProcessor 'androidx.room:room-compiler:2.5.2' implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1" }