Revert targetSdk to 32
This commit is contained in:
parent
f4967d41c7
commit
6dc04cca90
2 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,7 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "it.vfsfitvnm.vimusic"
|
applicationId = "it.vfsfitvnm.vimusic"
|
||||||
minSdk = 21
|
minSdk = 21
|
||||||
targetSdk = 33
|
targetSdk = 32
|
||||||
versionCode = 14
|
versionCode = 14
|
||||||
versionName = "0.4.2"
|
versionName = "0.4.2"
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,7 +20,6 @@ import android.media.session.PlaybackState
|
||||||
import android.net.Uri
|
import android.net.Uri
|
||||||
import android.os.Build
|
import android.os.Build
|
||||||
import android.os.Handler
|
import android.os.Handler
|
||||||
import android.util.Log
|
|
||||||
import androidx.compose.runtime.getValue
|
import androidx.compose.runtime.getValue
|
||||||
import androidx.compose.runtime.mutableStateOf
|
import androidx.compose.runtime.mutableStateOf
|
||||||
import androidx.compose.runtime.setValue
|
import androidx.compose.runtime.setValue
|
||||||
|
|
Loading…
Add table
Reference in a new issue