Skip to content

Commit ef89f9f

Browse files
author
YangSen-qn
committed
change gradle
1 parent ff860df commit ef89f9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ dependencies {
5757
// for javax.annotation.Nullable use in custom MultipartBody and Headers implements.
5858
// implementation 'com.google.code.findbugs:jsr305:3.0.2'
5959
implementation fileTree(include: ['*.jar'], dir: 'libs')
60-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
6160
implementation 'com.google.code.gson:gson:2.8.6'
61+
// androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
62+
testImplementation 'junit:junit:4.13'
6263
}
6364

6465
task releaseJar(type: Jar, dependsOn: 'build') {

0 commit comments

Comments
 (0)