Skip to content

Commit 0ffa617

Browse files
tkirshboimjoebowbeer
authored andcommitted
Fixes maven artefact generation
* '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+
1 parent b937eef commit 0ffa617

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

PdCore/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ group = 'org.puredata.android'
77
archivesBaseName = 'pd-core'
88

99
dependencies {
10+
api 'com.noisepages.nettoyeur:midi:1.0.0-rc1'
1011
implementation 'com.noisepages.nettoyeur:midi:1.0.0-rc1'
1112
implementation "com.android.support:support-v4:" + rootProject.supportLibVersion
1213
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66
dependencies {
77
classpath 'com.android.tools.build:gradle:3.1.3'
8-
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
8+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
99
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.1'
1010
}
1111
}

0 commit comments

Comments
 (0)