Skip to content

Commit 899c3b2

Browse files
committed
added maven plugin
1 parent 71632e4 commit 899c3b2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ buildscript {
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files
12+
13+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
1214
}
1315
}
1416

library/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
apply plugin: 'com.android.library'
22

3+
// Required plugin in library module
4+
apply plugin: 'com.github.dcendents.android-maven'
5+
6+
// Replace nisrulz with <your_github_username>
7+
group='com.github.nisrulz'
8+
39
android {
410
compileSdkVersion 24
511
buildToolsVersion "24.0.0"

0 commit comments

Comments
 (0)