Skip to content

Commit

Permalink
Bump version to 0.7.2 (7)
Browse files Browse the repository at this point in the history
  • Loading branch information
h6ah4i committed Jun 17, 2015
1 parent 480e388 commit 875decf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
applicationId "com.h6ah4i.android.example.advrecyclerview"
minSdkVersion 9
targetSdkVersion 22
versionCode 6
versionName "0.7.1"
versionCode 7
versionName "0.7.2"
}

signingConfigs {
Expand Down
4 changes: 2 additions & 2 deletions library/library-data.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# suppress inspection "UnusedProperty" for whole file
# common
VERSION_NAME=0.7.1
VERSION_CODE=6
VERSION_NAME=0.7.2
VERSION_CODE=7

# for maven-publish
POM_GROUP_ID=com.h6ah4i.android.widget.advrecyclerview
Expand Down

0 comments on commit 875decf

Please sign in to comment.