fix imports post androidX migration

This commit is contained in:
orionlee 2019-10-04 12:39:56 -07:00
parent fb7fb05b5e
commit 2d1ee52014
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
package de.danoeh.antennapod.core.storage;
import android.support.annotation.NonNull;
import androidx.annotation.NonNull;
import de.danoeh.antennapod.core.feed.FeedFile;

View File

@ -1,6 +1,6 @@
package de.danoeh.antennapod.core.storage;
import android.support.annotation.NonNull;
import androidx.annotation.NonNull;
import org.junit.Test;
import org.junit.runner.RunWith;