支持AndroidX对应版本

This commit is contained in:
jenly1314
2019-06-27 18:09:12 +08:00
parent d85da52e84
commit 61a40d70e7
6 changed files with 18 additions and 15 deletions

View File

@@ -1,12 +1,13 @@
package com.king.zxing;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import androidx.test.InstrumentationRegistry;
import androidx.test.runner.AndroidJUnit4;
import static org.junit.Assert.*;
/**