Target SDK 33, update commons library
This commit is contained in:
parent
7e66f5e6f4
commit
39a5b8480e
1 changed files with 3 additions and 3 deletions
|
|
@ -10,12 +10,12 @@ if (keystorePropertiesFile.exists()) {
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 31
|
compileSdkVersion 33
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.simplemobiletools.smsmessenger"
|
applicationId "com.simplemobiletools.smsmessenger"
|
||||||
minSdkVersion 22
|
minSdkVersion 22
|
||||||
targetSdkVersion 31
|
targetSdkVersion 33
|
||||||
versionCode 60
|
versionCode 60
|
||||||
versionName "5.15.0"
|
versionName "5.15.0"
|
||||||
setProperty("archivesBaseName", "sms-messenger")
|
setProperty("archivesBaseName", "sms-messenger")
|
||||||
|
|
@ -63,7 +63,7 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:4f9c2f94ff'
|
implementation 'com.github.SimpleMobileTools:Simple-Commons:82a8684cd8'
|
||||||
implementation 'org.greenrobot:eventbus:3.3.1'
|
implementation 'org.greenrobot:eventbus:3.3.1'
|
||||||
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
|
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
|
||||||
implementation 'com.github.tibbi:android-smsmms:46e5685db9'
|
implementation 'com.github.tibbi:android-smsmms:46e5685db9'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue