Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dexafree committed Jan 25, 2015
1 parent 4828916 commit b5be1d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=2.0.2
VERSION_CODE=202
VERSION_NAME=2.0.3
VERSION_CODE=203
GROUP=com.github.dexafree

POM_DESCRIPTION=Android library aimed to get the beautiful CardViews that Google shows at its official design specifications
Expand Down
4 changes: 2 additions & 2 deletions materialList/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 10
targetSdkVersion 21
versionCode 202
versionName "2.0.2"
versionCode 203
versionName "2.0.3"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions sampleCards/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 10
targetSdkVersion 21
versionCode 202
versionName "2.0.2"
versionCode 203
versionName "2.0.3"
}
buildTypes {
release {
Expand Down

0 comments on commit b5be1d4

Please sign in to comment.