From c9a770f16176baf9dcf84ed12f8392de708f5ff6 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 21 Sep 2022 12:51:30 +0200 Subject: [PATCH] minor update to 2 libraries --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2a62ccce..4b267e51 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -66,8 +66,8 @@ dependencies { implementation 'com.github.SimpleMobileTools:Simple-Commons:e93092b380' implementation 'androidx.documentfile:documentfile:1.0.1' implementation "androidx.exifinterface:exifinterface:1.3.3" - implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.0" - implementation 'androidx.window:window:1.1.0-alpha02' + implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1" + implementation 'androidx.window:window:1.1.0-alpha03' def camerax_version = '1.1.0' implementation "androidx.camera:camera-core:$camerax_version"