Skip to content

Commit 8c762dd

Browse files
author
Damien Diehl
authored
Update version code to 0.21 (#145)
1 parent 29b3958 commit 8c762dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android {
2121
applicationId "com.ddiehl.android.htn"
2222
minSdkVersion MIN_SDK_VERSION
2323
targetSdkVersion TARGET_SDK_VERSION
24-
versionCode 2100026
25-
versionName "0.20"
24+
versionCode 2100027
25+
versionName "0.21"
2626
resConfigs "en"
2727
buildConfigField "long", "BUILD_TIME_UTC", "" + getTime()
2828
def appId = localProperties.getProperty("app_id")

0 commit comments

Comments
 (0)