From 1701329496fd005381ff889165dd47b74ac9da92 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 2 Mar 2021 19:22:27 +0100 Subject: [PATCH] updating kotlin and commons --- app/build.gradle | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 64c4dde3..2f8f7fc0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,8 +57,8 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.33.30' - implementation 'joda-time:joda-time:2.10.1' + implementation 'com.simplemobiletools:commons:5.34.2' + implementation 'joda-time:joda-time:2.10.3' implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5' implementation 'com.github.tibbi:IndicatorFastScroll:c3de1d040a' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' diff --git a/build.gradle b/build.gradle index d4107b09..dda97187 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.30' + ext.kotlin_version = '1.4.31' repositories { google()