Skip to content

Commit 84fddc4

Browse files
authored
Merge pull request #4 from 994914624/patch-4
Update build.gradle
2 parents d8e1e03 + e68ff4d commit 84fddc4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

android/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 依赖

0 commit comments

Comments
 (0)