提交 7c25f392 编写于 作者: B Blankj

see 03/23 log

上级 f7024aef
......@@ -18,7 +18,7 @@ android:
email: false
before_install:
- yes | /usr/local/android-sdk/tools/bin/sdkmanager "build-tools;26.0.2"
- yes | $ANDROID_HOME/tools/bin/sdkmanager --licenses
script:
- ./gradlew build connectedCheck --info
......@@ -22,7 +22,7 @@ import static org.junit.Assert.assertTrue;
* </pre>
*/
@RunWith(RobolectricTestRunner.class)
@Config(manifest = Config.NONE)
@Config(manifest = Config.NONE, sdk = 23)
public class EncryptUtilsTest {
static {
......
......@@ -27,7 +27,7 @@ import static org.junit.Assert.assertTrue;
* </pre>
*/
@RunWith(RobolectricTestRunner.class)
@Config(manifest = Config.NONE)
@Config(manifest = Config.NONE, sdk = 23)
public class ObjectUtilsTest {
@Test
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册