Skip to content

Commit 78370f1

Browse files
committed
Merge pull request #50 from jitpack-io/master
Added maven plugin
2 parents 0037d41 + 837a501 commit 78370f1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
classpath "com.android.tools.build:gradle:${ANDROID_GRADLE_PLUGIN_VERSION}"
77
classpath "org.robolectric:robolectric-gradle-plugin:${ROBOLECTRIC_GRADLE_PLUGIN_VERSION}"
88
classpath "com.jakewharton.sdkmanager:gradle-plugin:${SDKMANAGER_GRADLE_PLUGIN_VERSION}"
9-
9+
classpath "com.github.dcendents:android-maven-gradle-plugin:1.3"
1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files
1212
}
@@ -18,4 +18,4 @@ subprojects {
1818
jcenter()
1919
mavenCentral()
2020
}
21-
}
21+
}

spotify-api/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
apply plugin: 'android-sdk-manager'
22
apply plugin: 'com.android.library'
33
apply plugin: 'org.robolectric'
4+
apply plugin: 'com.github.dcendents.android-maven'
45

56
project.group = GROUP
67
version = VERSION_NAME

0 commit comments

Comments
 (0)