Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
William Mora committed Sep 24, 2014
1 parent c343fd5 commit 6107777
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.williammora.snackbar"
minSdkVersion 15
targetSdkVersion 19
versionCode 1
versionName "1.0.0"
versionCode 3
versionName "1.2.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.williammora
VERSION_NAME=1.1.0
VERSION_NAME=1.2.0

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

0 comments on commit 6107777

Please sign in to comment.