Skip to content

Commit

Permalink
Merge pull request #20 from jitpack-io/master
Browse files Browse the repository at this point in the history
Added android maven plugin
  • Loading branch information
Giulio Petek committed Jun 15, 2015
2 parents bb73df0 + 26d4077 commit 0379509
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'me.tatarka:gradle-retrolambda:2.5.0'
classpath 'com.github.dcendents:android-maven-plugin:1.2'
classpath 'org.codehaus.groovy:gradle-groovy-android-plugin:0.3.6'
}
}

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

android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
Expand Down

0 comments on commit 0379509

Please sign in to comment.