Skip to content

Commit 2843b0a

Browse files
authored
Merge pull request #68 from forrestguice/prep-release-0.2.3
prep release 0.2.3
2 parents ba6b8f5 + 98fb38a commit 2843b0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android
2121
applicationId "com.forrestguice.suntimeswidget"
2222
minSdkVersion 10
2323
targetSdkVersion 23
24-
versionCode 7
25-
versionName "0.2.2"
24+
versionCode 8
25+
versionName "0.2.3"
2626

2727
buildConfigField "java.util.Date", "BUILD_TIME", "new java.util.Date(" + getDateAsMillis() + "L)"
2828
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""

0 commit comments

Comments
 (0)