Skip to content

Commit 351c40c

Browse files
committed
移除demo未使用的文件
1 parent e93d87d commit 351c40c

File tree

12 files changed

+0
-201
lines changed

12 files changed

+0
-201
lines changed

app/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ android {
1414
targetSdkVersion 30
1515
versionCode 1
1616
versionName "1.0"
17-
18-
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1917
}
2018

2119
buildTypes {
@@ -31,11 +29,6 @@ android {
3129
}
3230

3331
dependencies {
34-
// for test
35-
testImplementation 'junit:junit:4.13'
36-
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
37-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
38-
3932
implementation fileTree(dir: 'libs', include: ['*.jar'])
4033
implementation 'androidx.appcompat:appcompat:1.1.0'
4134
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'

app/src/androidTest/java/org/xplugin/demo/app/ExampleInstrumentedTest.java

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

app/src/test/java/org/xplugin/demo/app/ExampleUnitTest.java

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

main/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ android {
1616
targetSdkVersion 30
1717
versionCode 2
1818
versionName "1.0"
19-
20-
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2119
}
2220

2321
buildTypes {
@@ -122,11 +120,6 @@ android {
122120
}
123121

124122
dependencies {
125-
// for test
126-
testImplementation 'junit:junit:4.13'
127-
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
128-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
129-
130123
implementation fileTree(dir: "libs", include: ["*.jar"])
131124
implementation 'androidx.appcompat:appcompat:1.1.0'
132125
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'

main/src/androidTest/java/com/xplugin/demo/main/ExampleInstrumentedTest.java

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

main/src/test/java/com/xplugin/demo/main/ExampleUnitTest.java

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

module1/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ android {
1515
versionCode 1
1616
versionName "1.0"
1717

18-
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
19-
2018
externalNativeBuild {
2119
cmake {
2220
cppFlags ""
@@ -82,11 +80,6 @@ android {
8280
}
8381

8482
dependencies {
85-
// for test
86-
testImplementation 'junit:junit:4.13'
87-
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
88-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
89-
9083
implementation fileTree(dir: "libs", include: ["*.jar"])
9184

9285
compileOnly project(path: ':xplugin')

module1/src/androidTest/java/com/xplugin/module1/ExampleInstrumentedTest.java

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

module1/src/test/java/com/xplugin/module1/ExampleUnitTest.java

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

module2/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ android {
1414
targetSdkVersion 30
1515
versionCode 1
1616
versionName "1.0"
17-
18-
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1917
}
2018

2119
buildTypes {
@@ -68,11 +66,6 @@ android {
6866
}
6967

7068
dependencies {
71-
// for test
72-
testImplementation 'junit:junit:4.13'
73-
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
74-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
75-
7669
implementation fileTree(dir: "libs", include: ["*.jar"])
7770
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
7871
implementation 'androidx.appcompat:appcompat:1.1.0'

0 commit comments

Comments
 (0)