From 2d0e401bd661d7d529693fbab4e5107fa8936122 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 21 Dec 2022 23:35:58 +0100 Subject: [PATCH] updating commons, gradle and min Android OS version to 6 --- 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 1d10997..1343048 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,7 +13,7 @@ android { defaultConfig { applicationId "com.simplemobiletools.applauncher" - minSdkVersion 21 + minSdkVersion 23 targetSdkVersion 33 versionCode 48 versionName "5.10.1" @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:403f6219e1' + implementation 'com.github.SimpleMobileTools:Simple-Commons:a6032f9c07' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' } diff --git a/build.gradle b/build.gradle index 78983bc..e4b28b1 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:7.3.0' + classpath 'com.android.tools.build:gradle:7.3.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong