Extended the compatibility level starting from Android 7.0 (SDK 24)

This commit is contained in:
antonio 2023-03-16 18:02:47 +01:00
parent e1f52958ba
commit b9e8faac38
8 changed files with 21 additions and 25 deletions

View file

@ -8,7 +8,7 @@ android {
defaultConfig {
applicationId "com.cappielloantonio.playforsubsonic"
minSdkVersion 26
minSdkVersion 24
targetSdkVersion 33
versionCode 4
versionName "3.1.0"
@ -66,8 +66,8 @@ dependencies {
implementation "com.arthurivanets.adapster:adapster:1.0.13"
// Glide
implementation 'com.github.bumptech.glide:glide:4.15.0'
implementation 'com.github.bumptech.glide:annotations:4.15.0'
implementation 'com.github.bumptech.glide:glide:4.15.1'
implementation 'com.github.bumptech.glide:annotations:4.15.1'
// Media3
implementation 'androidx.media3:media3-session:1.0.0-rc02'
@ -76,7 +76,7 @@ dependencies {
implementation 'androidx.media3:media3-ui:1.0.0-rc02'
implementation 'androidx.media3:media3-cast:1.0.0-rc02'
annotationProcessor 'com.github.bumptech.glide:compiler:4.15.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.15.1'
annotationProcessor 'androidx.room:room-compiler:2.5.0'
// Retrofit