diff --git a/OsmAnd-api/build.gradle b/OsmAnd-api/build.gradle index 4fed658df7..e534315926 100644 --- a/OsmAnd-api/build.gradle +++ b/OsmAnd-api/build.gradle @@ -1,4 +1,5 @@ apply plugin: 'com.android.library' +apply plugin: 'ivy-publish' apply plugin: 'com.github.dcendents.android-maven' group = 'com.github.osmandapp.osmand' @@ -38,4 +39,4 @@ task sourcesJar(type: Jar) { artifacts { archives sourcesJar -} \ No newline at end of file +}