Skip to content
This repository was archived by the owner on May 1, 2021. It is now read-only.

Commit 87b8a7a

Browse files
Merge pull request #5 from jitpack-io/master
Added android maven plugin
2 parents f91a55d + 197101f commit 87b8a7a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77
dependencies {
88
classpath 'com.android.tools.build:gradle:1.2.3'
9-
9+
classpath 'com.github.dcendents:android-maven-plugin:1.2'
1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files
1212
}

material_preferences_library/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apply plugin: 'com.android.library'
2+
apply plugin: 'com.github.dcendents.android-maven'
23

34
android {
45
compileSdkVersion 22

0 commit comments

Comments
 (0)