Skip to content

Commit

Permalink
fixed the maven plugin issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehedi authored and iamMehedi committed Dec 7, 2016
1 parent bd3c245 commit cb60a21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ 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
}
}

allprojects {
repositories {
mavenCentral()
jcenter()
}
}
Expand Down
3 changes: 2 additions & 1 deletion pdfjetlib/build.gradle
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cb60a21

Please sign in to comment.