mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Optimize imports (#1927)
This commit is contained in:
parent
69e4d96b89
commit
e36a71a584
47 changed files with 52 additions and 105 deletions
|
|
@ -9,7 +9,6 @@ import android.content.SharedPreferences;
|
|||
import android.database.sqlite.SQLiteDatabase;
|
||||
import android.os.Build;
|
||||
import android.support.annotation.NonNull;
|
||||
import android.support.annotation.RequiresApi;
|
||||
|
||||
import com.facebook.drawee.backends.pipeline.Fresco;
|
||||
import com.facebook.imagepipeline.core.ImagePipelineConfig;
|
||||
|
|
@ -17,7 +16,6 @@ import com.facebook.stetho.Stetho;
|
|||
import com.squareup.leakcanary.LeakCanary;
|
||||
import com.squareup.leakcanary.RefWatcher;
|
||||
import com.tspoon.traceur.Traceur;
|
||||
import com.tspoon.traceur.TraceurConfig;
|
||||
|
||||
import org.acra.ACRA;
|
||||
import org.acra.ReportingInteractionMode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue