From cb60a21c81eabc7658708515abd039d820ca1c75 Mon Sep 17 00:00:00 2001 From: Mehedi Date: Wed, 7 Dec 2016 15:14:03 +0600 Subject: [PATCH] fixed the maven plugin issue. --- build.gradle | 3 ++- pdfjetlib/build.gradle | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index c20bca1..555fd62 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:2.2.2' - + classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } @@ -14,6 +14,7 @@ buildscript { allprojects { repositories { + mavenCentral() jcenter() } } diff --git a/pdfjetlib/build.gradle b/pdfjetlib/build.gradle index c661d68..b4a4f63 100644 --- a/pdfjetlib/build.gradle +++ b/pdfjetlib/build.gradle @@ -1,5 +1,6 @@ apply plugin: 'com.android.library' -apply plugin: 'maven' +apply plugin: 'com.github.dcendents.android-maven' +group='com.github.iamMehedi' android { compileSdkVersion 25