Target SDK 33, update commons library

This commit is contained in:
Naveen 2022-08-21 23:44:33 +05:30
parent 7e66f5e6f4
commit 39a5b8480e
1 changed files with 3 additions and 3 deletions

View File

@ -10,12 +10,12 @@ if (keystorePropertiesFile.exists()) {
}
android {
compileSdkVersion 31
compileSdkVersion 33
defaultConfig {
applicationId "com.simplemobiletools.smsmessenger"
minSdkVersion 22
targetSdkVersion 31
targetSdkVersion 33
versionCode 60
versionName "5.15.0"
setProperty("archivesBaseName", "sms-messenger")
@ -63,7 +63,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:4f9c2f94ff'
implementation 'com.github.SimpleMobileTools:Simple-Commons:82a8684cd8'
implementation 'org.greenrobot:eventbus:3.3.1'
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
implementation 'com.github.tibbi:android-smsmms:46e5685db9'