File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ dependencies {
6464 releaseApi ' com.squareup.leakcanary:leakcanary-android-no-op:' + rootProject. ext. leakCanaryVersion
6565 testImplementation ' com.squareup.leakcanary:leakcanary-android-no-op:' + rootProject. ext. leakCanaryVersion
6666 compileOnly ' javax.annotation:jsr250-api:1.0'
67- implementation(project(' :lib' )) {
68- exclude group : ' org.json' , module : ' json'
69- }
70- // implementation('com.github.ihsanbal:LoggingInterceptor:2.0.9-SNAPSHOT') {
67+ // implementation(project(':lib')) {
7168// exclude group: 'org.json', module: 'json'
7269// }
70+ implementation(' com.github.ihsanbal:LoggingInterceptor:3.0.0-SNAPSHOT' ) {
71+ exclude group : ' org.json' , module : ' json'
72+ }
7373 androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
7474 androidTestImplementation ' com.android.support.test:runner:1.0.2'
7575 androidTestImplementation ' com.android.support.test:rules:1.0.2'
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
1313project. ext {
1414 groupId = ' com.github.ihsanbal'
1515 artifactId = ' LoggingInterceptor'
16- snapshot = ' 2 .0.9 -SNAPSHOT'
16+ snapshot = ' 3 .0.0 -SNAPSHOT'
1717}
1818
1919allprojects {
Original file line number Diff line number Diff line change @@ -3,9 +3,11 @@ apply plugin: 'maven-publish'
33publishing {
44 publications {
55 library(MavenPublication ) {
6+
67 setGroupId(project. groupId)
78 setArtifactId(project. artifactId)
89 version project. snapshot
10+ from components. java
911
1012 println " publishing: " + groupId
1113 println " publishing: " + artifactId
You can’t perform that action at this time.
0 commit comments