From 2d0be1dab533e9c3e4dcb57c0abf12c254c8d843 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 18 Aug 2022 22:00:11 +0200 Subject: [PATCH] updating commons and target SDK to 33 --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ed4874aa..4ce01ce4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,12 +10,12 @@ if (keystorePropertiesFile.exists()) { } android { - compileSdkVersion 31 + compileSdkVersion 33 defaultConfig { applicationId "com.simplemobiletools.contacts.pro" minSdkVersion 21 - targetSdkVersion 31 + targetSdkVersion 33 versionCode 96 versionName "6.20.0" setProperty("archivesBaseName", "contacts") @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:84c7bdf0f5' + implementation 'com.github.SimpleMobileTools:Simple-Commons:d4f7cbb8f0' implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.3' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'