From 6ae266ca2bbd27e07c9bff6681a23ee6cd61a9b0 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 20 Apr 2021 23:18:17 +0200 Subject: [PATCH] updating commons and kotlin --- 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 6eedecd2..ec46a45a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,7 +56,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.34.24' + implementation 'com.github.SimpleMobileTools:Simple-Commons:4205290a44' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'androidx.documentfile:documentfile:1.0.1' diff --git a/build.gradle b/build.gradle index 15efa5d0..c9985878 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.4.31' + ext.kotlin_version = '1.4.32' repositories { google()