updating commons and min SDK to 23

This commit is contained in:
tibbi 2023-01-01 21:24:41 +01:00
parent db37ac1b19
commit db6ddceb73
9 changed files with 32 additions and 41 deletions

View file

@ -14,7 +14,7 @@ android {
defaultConfig {
applicationId "com.simplemobiletools.smsmessenger"
minSdkVersion 22
minSdkVersion 23
targetSdkVersion 33
versionCode 67
versionName "5.16.6"
@ -63,7 +63,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:0b7d7267b4'
implementation 'com.github.SimpleMobileTools:Simple-Commons:e87747e2d5'
implementation 'org.greenrobot:eventbus:3.3.1'
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
implementation 'com.github.tibbi:android-smsmms:33fcaf94d9'