Remove additional unnecessary dependencies. (#2948)

This commit is contained in:
Dmitry Brant 2019-05-15 02:46:42 -04:00 committed by neslihanturan
parent 967d3ea593
commit 6fd969686c
9 changed files with 9 additions and 26 deletions

View file

@ -7,7 +7,7 @@ import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.telephony.TelephonyManager;
import javax.annotation.Nullable;
import androidx.annotation.Nullable;
import fr.free.nrw.commons.utils.model.NetworkConnectionType;