Skip to content

Commit 3c1f600

Browse files
jitpack configuration
1 parent a831cc0 commit 3c1f600

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ buildscript {
66

77
dependencies {
88
classpath 'com.android.tools.build:gradle:3.1.1'
9+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
910
}
1011
}
1112

library/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import com.android.builder.core.BuilderConstants
22

33
apply plugin: 'com.android.library'
4+
apply plugin: 'com.github.dcendents.android-maven'
5+
46
android {
57
buildToolsVersion '27.0.3'
68
compileSdkVersion 26
@@ -25,6 +27,6 @@ android.libraryVariants.all { variant ->
2527
task.from variant.javaCompile.destinationDir
2628
artifacts.add('archives', task);
2729
}
28-
apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'
30+
2931
dependencies {
3032
}

0 commit comments

Comments
 (0)