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 @@ - - +