Revert targetSdk to 32
This commit is contained in:
@@ -14,7 +14,7 @@ android {
|
||||
defaultConfig {
|
||||
applicationId = "it.vfsfitvnm.vimusic"
|
||||
minSdk = 21
|
||||
targetSdk = 33
|
||||
targetSdk = 32
|
||||
versionCode = 14
|
||||
versionName = "0.4.2"
|
||||
}
|
||||
|
||||
@@ -20,7 +20,6 @@ import android.media.session.PlaybackState
|
||||
import android.net.Uri
|
||||
import android.os.Build
|
||||
import android.os.Handler
|
||||
import android.util.Log
|
||||
import androidx.compose.runtime.getValue
|
||||
import androidx.compose.runtime.mutableStateOf
|
||||
import androidx.compose.runtime.setValue
|
||||
|
||||
Reference in New Issue
Block a user