Skip to content

Commit

Permalink
Fixes maven artefact generation
Browse files Browse the repository at this point in the history
* 'com.noisepages.nettoyeur:midi:1.0.0-rc1' dependency annotated with 'api' to be correctly included in .pom file
* upgrade android-maven-gradle-plugin to a version that is compatible with gradle version 3+
  • Loading branch information
tkirshboim authored and joebowbeer committed Jul 1, 2018
1 parent b937eef commit 0ffa617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions PdCore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ group = 'org.puredata.android'
archivesBaseName = 'pd-core'

dependencies {
api 'com.noisepages.nettoyeur:midi:1.0.0-rc1'
implementation 'com.noisepages.nettoyeur:midi:1.0.0-rc1'
implementation "com.android.support:support-v4:" + rootProject.supportLibVersion
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.1'
}
}
Expand Down

0 comments on commit 0ffa617

Please sign in to comment.