Skip to content

Commit

Permalink
version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
William Mora committed Nov 18, 2014
1 parent 6c7da0d commit 358b2c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Library that implements <a href="http://www.google.com/design/spec/components/sn
You can import the library from source as a module or grab via Gradle:
<br />
```groovy
compile 'com.nispok:snackbar:2.1.0'
compile 'com.nispok:snackbar:2.1.1'
```
## Usage
<br />
Expand Down Expand Up @@ -87,13 +87,13 @@ Snackbar.with(SnackbarSampleActivity.this) // context
.swipeToDismiss(false) // disable swipe-to-dismiss functionality
.show(this); // activity where it is displayed
```
If you would like to add features to it or report any bugs, refer to the [issues](https://github.com/wmora/snackbar/issues) section.<br /><br />
If you would like to add features to it or report any bugs, refer to the [issues](https://github.com/nispok/snackbar/issues) section.<br /><br />

# Examples
There's a sample app included in the project. [SnackbarSampleActivity](./sample/src/main/java/com/nispok/sample/snackbar/SnackbarSampleActivity.java) is where you want to start.

# Contributors
+ William Mora - [@_williammora](https://twitter.com/_williammora) - william.r.mora@gmail.com
+ [William Mora](https://github.com/wmora) - [@_williammora](https://twitter.com/_williammora) - william.r.mora@gmail.com
+ [Lewis Deane](https://github.com/lewisjdeane)
+ [Andrew Hughes](https://github.com/ashughes)
+ [David Richardson](https://github.com/davidjrichardson)
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 14
targetSdkVersion 21
versionCode 7
versionName "2.1.0"
versionName "2.1.1"
testInstrumentationRunner "android.test.InstrumentationTestRunner"
testHandleProfiling true
testFunctionalTest true
Expand Down
2 changes: 1 addition & 1 deletion lib/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ POM_NAME=Snackbar
POM_ARTIFACT_ID=snackbar
POM_PACKAGING=aar
GROUP=com.nispok
VERSION_NAME=2.1.0
VERSION_NAME=2.1.1

POM_DESCRIPTION=Snackbar Android library
POM_URL=https://github.com/nispok/snackbar
Expand Down

0 comments on commit 358b2c5

Please sign in to comment.