From f456e12a5d0f618dfb600db81a43e6a00402c107 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 23 Aug 2021 12:22:20 +0200 Subject: [PATCH] updating commons and constraintlayout --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 91bbfdf9..d02ff309 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,8 +56,8 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:8f3067fbfb' - implementation 'androidx.constraintlayout:constraintlayout:2.0.4' + implementation 'com.github.SimpleMobileTools:Simple-Commons:3aca4d7102' + implementation 'androidx.constraintlayout:constraintlayout:2.1.0' implementation 'androidx.documentfile:documentfile:1.0.1' kapt 'androidx.room:room-compiler:2.3.0'