Skip to content

Commit 98fb38a

Browse files
committed
bump version
bump version; 7 (0.2.2) -> 8 (0.2.3).
1 parent ba6b8f5 commit 98fb38a

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)