From 50e23baeec6fb9b980eeed0aacd1151705cd49b3 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 20 Dec 2021 22:56:52 +0100 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 4de9b4654..2f3d64369 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:fd08255626' + implementation 'com.github.SimpleMobileTools:Simple-Commons:0cd7872ee4' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.2' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' diff --git a/build.gradle b/build.gradle index c29a7a908..e5d9bc822 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { } 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:$kotlin_version" classpath "de.timfreiheit.resourceplaceholders:placeholders:0.4"