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