mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 22:03:55 +01:00
Remove additional unnecessary dependencies. (#2948)
This commit is contained in:
parent
967d3ea593
commit
6fd969686c
9 changed files with 9 additions and 26 deletions
|
|
@ -6,10 +6,10 @@ import org.wikipedia.dataclient.mwapi.RecentChange;
|
|||
import java.util.List;
|
||||
import java.util.Random;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
import javax.inject.Inject;
|
||||
import javax.inject.Singleton;
|
||||
|
||||
import androidx.annotation.Nullable;
|
||||
import androidx.core.util.Pair;
|
||||
import fr.free.nrw.commons.Media;
|
||||
import fr.free.nrw.commons.mwapi.MediaWikiApi;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue