Skip to content

Commit

Permalink
빌드 버전 1.5(11) 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
jungilhan committed Apr 8, 2017
1 parent 8f4aa10 commit b45052e
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 @@ -48,8 +48,8 @@ android {
applicationId 'org.petabytes.awesomeblogs'
minSdkVersion 16
targetSdkVersion 25
versionCode 10
versionName "1.4"
versionCode 11
versionName "1.5"
buildConfigField 'String', 'GIT_SHA', "\"${gitSha()}\""
buildConfigField 'long', 'GIT_TIMESTAMP', "${gitTimestamp()}L"
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit b45052e

Please sign in to comment.