Moved regression test to appropriate package.

This commit is contained in:
Peter Serwylo 2016-09-28 23:00:37 +10:00
parent ab02058ece
commit 2cc155355b

View File

@ -1,7 +1,9 @@
package org.fdroid.fdroid;
package org.fdroid.fdroid.updater;
import android.content.ContentValues;
import org.fdroid.fdroid.BuildConfig;
import org.fdroid.fdroid.RepoUpdater;
import org.fdroid.fdroid.data.Apk;
import org.fdroid.fdroid.data.ApkProvider;
import org.fdroid.fdroid.data.Repo;