Skip to content

Commit

Permalink
release lib version 1.1.1 and sample 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaquimLey committed Jan 28, 2017
1 parent dd9ff2d commit bc638b6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ android {

dependencies {
final DESIGN_LIBRARY_VERSION = '25.1.0'
final FABOPTIONS_VERSION = '1.1.0'
final FABOPTIONS_VERSION = '1.1.1'

compile "com.android.support:design:$DESIGN_LIBRARY_VERSION"
// compile "com.github.joaquimley:faboptions:$FABOPTIONS_VERSION"
compile project(':faboptions')
compile "com.github.joaquimley:faboptions:$FABOPTIONS_VERSION"
}

0 comments on commit bc638b6

Please sign in to comment.