Skip to content

Commit

Permalink
Still trying to make it more JitPack friendly.
Browse files Browse the repository at this point in the history
  • Loading branch information
gazialankus committed Jun 30, 2017
1 parent 03cb4fb commit 8d8ee35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cropper/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
apply plugin: 'com.android.library'
// https://docs.gradle.org/current/userguide/publishing_maven.html
// http://www.flexlabs.org/2013/06/using-local-aar-android-library-packages-in-gradle-builds
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'maven-publish'

group='com.github.gazialankus'


ext {
PUBLISH_GROUP_ID = 'com.theartofdev.edmodo'
PUBLISH_ARTIFACT_ID = 'android-image-cropper'
Expand Down

0 comments on commit 8d8ee35

Please sign in to comment.