Skip to content

Commit

Permalink
Merge pull request #3 from AdevintaSpain/jitpack
Browse files Browse the repository at this point in the history
Jitpack configuration
  • Loading branch information
sergiandreplace authored Oct 30, 2019
2 parents 21ef253 + 6b2ed2d commit 410470e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,17 @@ buildscript {

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

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


group = "com.github.adevintaspain"

android {
compileSdkVersion 28
Expand Down

0 comments on commit 410470e

Please sign in to comment.