Skip to content

Commit

Permalink
버전 정보 1.0(2)로 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
jungilhan committed Feb 19, 2017
1 parent aa02f9d commit 312923f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ android {
applicationId 'org.petabytes.awesomeblogs'
minSdkVersion 16
targetSdkVersion 25
versionCode 1
versionCode 2
versionName "1.0"
buildConfigField 'String', 'GIT_SHA', '\"${gitSha()}\"'
buildConfigField 'long', 'GIT_TIMESTAMP', "${gitTimestamp()}L"
Expand Down

0 comments on commit 312923f

Please sign in to comment.