Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
William Mora committed Nov 24, 2014
1 parent 07f2a5e commit ffe9a2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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.2.2'
compile 'com.nispok:snackbar:2.3.0'
```
## Usage
<br />
Expand Down
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.nispok.snackbar"
minSdkVersion 14
targetSdkVersion 21
versionCode 9
versionName "2.2.2"
versionCode 10
versionName "2.3.0"
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.2.2
VERSION_NAME=2.3.0

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

0 comments on commit ffe9a2e

Please sign in to comment.