Skip to content

Commit 54ff8aa

Browse files
committed
feat: 去掉测试
1 parent 007a6a5 commit 54ff8aa

File tree

3 files changed

+1
-50
lines changed

3 files changed

+1
-50
lines changed

compactmultidex/build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55

66

77
defaultConfig {
8-
minSdkVersion 15
8+
minSdkVersion 7
99
targetSdkVersion 29
1010
versionCode 1
1111
versionName "1.0"
@@ -25,9 +25,4 @@ android {
2525

2626
dependencies {
2727
implementation fileTree(dir: 'libs', include: ['*.jar'])
28-
29-
implementation 'androidx.appcompat:appcompat:1.0.2'
30-
testImplementation 'junit:junit:4.12'
31-
androidTestImplementation 'androidx.test.ext:junit:1.1.0'
32-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
3328
}

compactmultidex/src/androidTest/java/com/gibbon/compactmultidex/ExampleInstrumentedTest.java

Lines changed: 0 additions & 27 deletions
This file was deleted.

compactmultidex/src/test/java/com/gibbon/compactmultidex/ExampleUnitTest.java

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)