mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-30 06:13:54 +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
|
|
@ -3,6 +3,7 @@ package fr.free.nrw.commons.notification;
|
|||
import android.annotation.SuppressLint;
|
||||
import android.content.Context;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.annotation.Nullable;
|
||||
|
||||
import org.w3c.dom.Element;
|
||||
import org.w3c.dom.Node;
|
||||
|
|
@ -11,8 +12,6 @@ import org.w3c.dom.NodeList;
|
|||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
import fr.free.nrw.commons.BuildConfig;
|
||||
import fr.free.nrw.commons.R;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue