From 00780320311d5ead49d2a10d31016eda8a72d508 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 2 Sep 2022 23:06:41 +0200 Subject: [PATCH] updating commons and target SDK to 33 --- app/build.gradle | 6 +++--- app/src/main/res/layout/activity_settings.xml | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index dec0ceb9..03f4cf09 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,12 +9,12 @@ if (keystorePropertiesFile.exists()) { } android { - compileSdkVersion 31 + compileSdkVersion 33 defaultConfig { applicationId "com.simplemobiletools.dialer" minSdkVersion 23 - targetSdkVersion 31 + targetSdkVersion 33 versionCode 41 versionName "5.14.1" setProperty("archivesBaseName", "dialer") @@ -62,7 +62,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:4a71789f06' + implementation 'com.github.SimpleMobileTools:Simple-Commons:28e3b108e7' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'me.grantland:autofittextview:0.2.1' } diff --git a/app/src/main/res/layout/activity_settings.xml b/app/src/main/res/layout/activity_settings.xml index 10c7a6d0..95325aa3 100644 --- a/app/src/main/res/layout/activity_settings.xml +++ b/app/src/main/res/layout/activity_settings.xml @@ -22,10 +22,12 @@ - - +