From 4bbb6c18608f586a0d84fd8fd9bc928d7cb29d18 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 18 Mar 2022 10:56:20 +0100 Subject: [PATCH] updating common 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 0112c94..e3e8ecd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:178537ae0d' + implementation 'com.github.SimpleMobileTools:Simple-Commons:75f0bb09a3' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' } diff --git a/build.gradle b/build.gradle index e26e771..4105770 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()