Removed unused dependencies

This commit is contained in:
CappielloAntonio 2021-04-17 11:34:13 +02:00
parent fc4be8096f
commit 8d637c9452

View file

@ -8,13 +8,11 @@ import android.content.Intent;
import android.content.ServiceConnection;
import android.os.IBinder;
import android.util.Log;
import android.widget.Toast;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import com.cappielloantonio.play.App;
import com.cappielloantonio.play.R;
import com.cappielloantonio.play.model.Song;
import com.cappielloantonio.play.repository.QueueRepository;
import com.cappielloantonio.play.service.MusicService;