Skip to content

Commit

Permalink
Version 1.1.2 bump on sample
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaquimLey committed Jan 31, 2017
1 parent 7e67714 commit 6973999
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.1'
final FABOPTIONS_VERSION = '1.1.1'
final FABOPTIONS_VERSION = '1.1.2'

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 6973999

Please sign in to comment.