Skip to content

Commit fa964ec

Browse files
authored
Merge pull request #1 from tylersuehr7/dev
Added maven
2 parents 3f9b5cc + 04b60ae commit fa964ec

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
buildscript {
44
repositories {
55
jcenter()
6+
mavenCentral()
67
}
78
dependencies {
89
classpath 'com.android.tools.build:gradle:2.3.3'
10+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
911

1012
// NOTE: Do not place your application dependencies here; they belong
1113
// in the individual module build.gradle files
@@ -15,6 +17,7 @@ buildscript {
1517
allprojects {
1618
repositories {
1719
jcenter()
20+
mavenCentral()
1821
}
1922
}
2023

library/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ dependencies {
2929
compile 'com.android.support:appcompat-v7:26.+'
3030
testCompile 'junit:junit:4.12'
3131
}
32+
33+
apply plugin: 'com.github.dcendents.android-maven'
34+
group='com.github.tylersuehr7'

0 commit comments

Comments
 (0)