We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff860df commit ef89f9fCopy full SHA for ef89f9f
library/build.gradle
@@ -57,8 +57,9 @@ dependencies {
57
// for javax.annotation.Nullable use in custom MultipartBody and Headers implements.
58
// implementation 'com.google.code.findbugs:jsr305:3.0.2'
59
implementation fileTree(include: ['*.jar'], dir: 'libs')
60
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
61
implementation 'com.google.code.gson:gson:2.8.6'
+// androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
62
+ testImplementation 'junit:junit:4.13'
63
}
64
65
task releaseJar(type: Jar, dependsOn: 'build') {
0 commit comments