Skip to content

Commit

Permalink
빌드 버전 1.10(20) 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
jungilhan committed Dec 26, 2017
1 parent bac6d20 commit 1d9170d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ android {
minSdkVersion rootProject.ext.ver_min_sdk
targetSdkVersion rootProject.ext.ver_target_sdk
applicationId 'org.petabytes.awesomeblogs'
versionCode 19
versionName "1.9"
versionCode 20
versionName "1.10"
buildConfigField 'String', 'GIT_SHA', "\"${gitSha()}\""
buildConfigField 'long', 'GIT_TIMESTAMP', "${gitTimestamp()}L"
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 1d9170d

Please sign in to comment.