Skip to content

Commit

Permalink
jitpack configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomirisola-ett committed Apr 16, 2018
1 parent a831cc0 commit 3c1f600
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ buildscript {

dependencies {
classpath 'com.android.tools.build:gradle:3.1.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
}
}

Expand Down
4 changes: 3 additions & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import com.android.builder.core.BuilderConstants

apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

android {
buildToolsVersion '27.0.3'
compileSdkVersion 26
Expand All @@ -25,6 +27,6 @@ android.libraryVariants.all { variant ->
task.from variant.javaCompile.destinationDir
artifacts.add('archives', task);
}
apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'

dependencies {
}

0 comments on commit 3c1f600

Please sign in to comment.