Action required:
Your app uses deprecated APIs or parameters for edge-to-edge
One or more of the APIs you use or parameters that you set for edge-to-edge and window display have been deprecated in Android 15. Your app uses the following deprecated APIs or parameters:
android.view.Window.setStatusBarColor
android.view.Window.setNavigationBarColor
com.lassi.domain.media.LassiConfig.getStatusBarColor
com.lassi.domain.media.LassiConfig.setStatusBarColor
These start in the following places:
com.google.android.material.bottomsheet.BottomSheetDialog.onCreate
com.google.android.material.internal.EdgeToEdgeUtils.applyEdgeToEdge
com.google.android.material.sidesheet.SheetDialog.onCreate
com.lassi.domain.media.LassiConfig$Companion.setConfig
com.lassi.presentation.mediadirectory.LassiMediaPickerActivity.setThemeAttributes
com.lassi.presentation.videopreview.VideoPreviewActivity.setThemeAttributes
To fix this, migrate away from these APIs or parameters.