Skip to content

Commit

Permalink
fix jitpack integration
Browse files Browse the repository at this point in the history
  • Loading branch information
musenkishi committed May 13, 2015
1 parent 70ede19 commit 8bd2a15
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,12 @@ dependencies {
compile 'com.android.support:palette-v7:21.0.0'
compile 'org.apache.commons:commons-collections4:4.0'
}

// build a jar with source files
task sourcesJar(type: Jar) {
from android.sourceSets.main.java.srcDirs
classifier = 'sources'
}
artifacts {
archives sourcesJar
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {

Now, you can add the PaletteLoader dependency:
```groovy
compile 'com.github.Musenkishi:PaletteLoader:1.0'
compile 'com.github.Musenkishi:PaletteLoader:1.0.0'
```

## Usage
Expand Down

0 comments on commit 8bd2a15

Please sign in to comment.