File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ android {
1111 versionCode 1
1212 versionName " 1.0"
1313
14- testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
14+ // testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1515
1616 }
1717
@@ -28,9 +28,9 @@ dependencies {
2828 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
2929
3030 // implementation 'com.android.support:appcompat-v7:28.0.0'
31- testImplementation ' junit:junit:4.12'
32- androidTestImplementation ' com.android.support.test:runner:1.0.2'
33- androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
31+ // testImplementation 'junit:junit:4.12'
32+ // androidTestImplementation 'com.android.support.test:runner:1.0.2'
33+ // androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
3434 compileOnly ' com.facebook.react:react-native:+'
3535
3636 // 添加 Sensors Analytics SDK 依赖
You can’t perform that action at this time.
0 commit comments