Remove TargetApi(8) because that is our min-sdk now.
This commit is contained in:
parent
b6218c6d05
commit
8d1e20b7fd
@ -1,7 +1,6 @@
|
|||||||
|
|
||||||
package org.fdroid.fdroid;
|
package org.fdroid.fdroid;
|
||||||
|
|
||||||
import android.annotation.TargetApi;
|
|
||||||
import android.content.Context;
|
import android.content.Context;
|
||||||
import android.test.InstrumentationTestCase;
|
import android.test.InstrumentationTestCase;
|
||||||
|
|
||||||
@ -11,7 +10,6 @@ import org.fdroid.fdroid.data.Repo;
|
|||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
||||||
@TargetApi(8)
|
|
||||||
public class RepoUpdaterTest extends InstrumentationTestCase {
|
public class RepoUpdaterTest extends InstrumentationTestCase {
|
||||||
private static final String TAG = "RepoUpdaterTest";
|
private static final String TAG = "RepoUpdaterTest";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user