From 7d6c21c1020165e268a7f7694a700c62985f2bc8 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 7 Feb 2022 11:50:44 +0100 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 c2da0a38..a4f765b1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:09e6c15f70' + implementation 'com.github.SimpleMobileTools:Simple-Commons:332725a9fc' implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.3' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' diff --git a/build.gradle b/build.gradle index 187851b8..744f805d 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.5.31' + ext.kotlin_version = '1.6.10' repositories { google()