Extended the compatibility level starting from Android 7.0 (SDK 24)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user