From 0942fce37bfa08ce661db833698b60c3ffbbbf53 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 7 Mar 2022 22:28:03 +0100 Subject: [PATCH] updating gradle 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 767c7e04..d569a92e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -61,6 +61,6 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:fb636d1297' + implementation 'com.github.SimpleMobileTools:Simple-Commons:b3416c828f' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' } diff --git a/build.gradle b/build.gradle index 7ac46d49..66a64298 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:7.0.3' + classpath 'com.android.tools.build:gradle:7.0.4' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong