Skip to content

Commit

Permalink
Merge pull request #1 from tylersuehr7/dev
Browse files Browse the repository at this point in the history
Added maven
  • Loading branch information
tylersuehr7 authored Oct 18, 2017
2 parents 3f9b5cc + 04b60ae commit fa964ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -15,6 +17,7 @@ buildscript {
allprojects {
repositories {
jcenter()
mavenCentral()
}
}

Expand Down
3 changes: 3 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ dependencies {
compile 'com.android.support:appcompat-v7:26.+'
testCompile 'junit:junit:4.12'
}

apply plugin: 'com.github.dcendents.android-maven'
group='com.github.tylersuehr7'

0 comments on commit fa964ec

Please sign in to comment.