From d09aa44f91f8425f6a4b0042e8ad198f2ed2528f Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 3 Apr 2021 12:26:44 +0200 Subject: [PATCH] updating kotlin and commons --- 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 bc4ba125..1c28df10 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,7 +55,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.34.24' + implementation 'com.simplemobiletools:commons:5.34.25' implementation 'me.grantland:autofittextview:0.2.1' implementation 'net.objecthunter:exp4j:0.4.8' } diff --git a/build.gradle b/build.gradle index 163bfc30..bc2453a2 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() jcenter()