Skip to content

Commit eeec6cb

Browse files
committed
Add android-maven plugin
Add android-maven plugin to enable building on JitPack
1 parent 6f8a309 commit eeec6cb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ buildscript {
55
dependencies {
66
classpath 'com.android.tools.build:gradle:2.1.0'
77
classpath 'com.github.ben-manes:gradle-versions-plugin:0.13.0'
8+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4'
89
}
910
}
1011

multibackstack/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
apply plugin: 'com.android.library'
2+
apply plugin: 'com.github.dcendents.android-maven'
3+
4+
group = 'com.github.jetradarmobile'
25

36
android {
47
compileSdkVersion rootProject.ext.compileSdkVersion

0 commit comments

Comments
 (0)