From 82d97cf73208f3f187b965fca4460f68af33f6b7 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 21 Feb 2019 17:24:23 +0800 Subject: Migrate to AndroidX --- .../ml/docilealligator/infinityforreddit/ExampleInstrumentedTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/src/androidTest/java') diff --git a/app/src/androidTest/java/ml/docilealligator/infinityforreddit/ExampleInstrumentedTest.java b/app/src/androidTest/java/ml/docilealligator/infinityforreddit/ExampleInstrumentedTest.java index fd2873ec..c2ab8ce0 100644 --- a/app/src/androidTest/java/ml/docilealligator/infinityforreddit/ExampleInstrumentedTest.java +++ b/app/src/androidTest/java/ml/docilealligator/infinityforreddit/ExampleInstrumentedTest.java @@ -1,8 +1,8 @@ package ml.docilealligator.infinityforreddit; import android.content.Context; -import android.support.test.InstrumentationRegistry; -import android.support.test.runner.AndroidJUnit4; +import androidx.test.InstrumentationRegistry; +import androidx.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; -- cgit v1.2.3