Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
published 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
florent37 committed Sep 13, 2015
1 parent e4f657a commit 07c7566
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ And have a look on a sample Youtube Video : [Youtube Link](http://www.youtube.co

In your module [![Download](https://api.bintray.com/packages/florent37/maven/MaterialViewPager/images/download.svg)](https://bintray.com/florent37/maven/MaterialViewPager/_latestVersion)
```groovy
compile ('com.github.florent37:materialviewpager:1.1.0@aar'){
compile ('com.github.florent37:materialviewpager:1.1.2@aar'){
transitive = true
}
```
Expand Down
11 changes: 0 additions & 11 deletions materialviewpager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,18 +96,7 @@ task sourcesJar(type: Jar) {
classifier = 'sources'
}

task javadoc(type: Javadoc) {
source = android.sourceSets.main.java.srcDirs
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
}

task javadocJar(type: Jar, dependsOn: javadoc) {
classifier = 'javadoc'
from javadoc.destinationDir
}

artifacts {
archives javadocJar
archives sourcesJar
}

Expand Down

0 comments on commit 07c7566

Please sign in to comment.