From 7cc69ab55b5524f6b9ee39beb944febeaae05066 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 23 Aug 2021 17:45:19 +0200 Subject: [PATCH] updating commons and gradle --- app/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d02ff309..403f5107 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,7 +56,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:3aca4d7102' + implementation 'com.github.SimpleMobileTools:Simple-Commons:ce624d775c' implementation 'androidx.constraintlayout:constraintlayout:2.1.0' implementation 'androidx.documentfile:documentfile:1.0.1' diff --git a/build.gradle b/build.gradle index cf2df391..89311c27 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:4.2.1' + classpath 'com.android.tools.build:gradle:4.2.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong