Skip to content

Commit 1c8ad87

Browse files
author
ihsanbal
committed
mavenLocal changes
1 parent 9cf49f5 commit 1c8ad87

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
project.ext {
1414
groupId = 'com.github.ihsanbal'
1515
artifactId = 'LoggingInterceptor'
16-
snapshot = '2.0.9-SNAPSHOT'
16+
snapshot = '3.0.0-SNAPSHOT'
1717
}
1818

1919
allprojects {

pTML.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ apply plugin: 'maven-publish'
33
publishing {
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

0 commit comments

Comments
 (0)