File tree 3 files changed +7
-5
lines changed 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ dependencies {
64
64
releaseApi ' com.squareup.leakcanary:leakcanary-android-no-op:' + rootProject. ext. leakCanaryVersion
65
65
testImplementation ' com.squareup.leakcanary:leakcanary-android-no-op:' + rootProject. ext. leakCanaryVersion
66
66
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')) {
71
68
// exclude group: 'org.json', module: 'json'
72
69
// }
70
+ implementation(' com.github.ihsanbal:LoggingInterceptor:3.0.0-SNAPSHOT' ) {
71
+ exclude group : ' org.json' , module : ' json'
72
+ }
73
73
androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
74
74
androidTestImplementation ' com.android.support.test:runner:1.0.2'
75
75
androidTestImplementation ' com.android.support.test:rules:1.0.2'
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
13
13
project. ext {
14
14
groupId = ' com.github.ihsanbal'
15
15
artifactId = ' LoggingInterceptor'
16
- snapshot = ' 2 .0.9 -SNAPSHOT'
16
+ snapshot = ' 3 .0.0 -SNAPSHOT'
17
17
}
18
18
19
19
allprojects {
Original file line number Diff line number Diff line change @@ -3,9 +3,11 @@ apply plugin: 'maven-publish'
3
3
publishing {
4
4
publications {
5
5
library(MavenPublication ) {
6
+
6
7
setGroupId(project. groupId)
7
8
setArtifactId(project. artifactId)
8
9
version project. snapshot
10
+ from components. java
9
11
10
12
println " publishing: " + groupId
11
13
println " publishing: " + artifactId
You can’t perform that action at this time.
0 commit comments