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'