Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsanbal committed Mar 1, 2020
1 parent ed5d2e8 commit fc38e11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ dependencies {
releaseApi 'com.squareup.leakcanary:leakcanary-android-no-op:' + leakCanaryVersion
testImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:' + leakCanaryVersion
compileOnly 'javax.annotation:jsr250-api:1.0'
// implementation(project(':lib')) {
// exclude group: 'org.json', module: 'json'
// }
implementation('com.github.ihsanbal:LoggingInterceptor:3.1.0-rc1') {
implementation(project(':lib')) {
exclude group: 'org.json', module: 'json'
}
// implementation('com.github.ihsanbal:LoggingInterceptor:3.1.0-rc1') {
// exclude group: 'org.json', module: 'json'
// }
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test:rules:1.2.0'
Expand Down

0 comments on commit fc38e11

Please sign in to comment.