move RepoXMLHandler to org.fdroid.fdroid.data

This should be lumped with the classes it uses.
This commit is contained in:
Hans-Christoph Steiner
2019-01-02 17:11:10 +01:00
parent 9c8cc20a80
commit 26c1ef3033
7 changed files with 9 additions and 14 deletions

View File

@@ -28,7 +28,7 @@ import android.support.test.runner.AndroidJUnit4;
import android.util.Log;
import org.fdroid.fdroid.AssetUtils;
import org.fdroid.fdroid.RepoXMLHandler;
import org.fdroid.fdroid.data.RepoXMLHandler;
import org.fdroid.fdroid.Utils;
import org.fdroid.fdroid.compat.FileCompatTest;
import org.fdroid.fdroid.data.Apk;