Skip to content

Commit

Permalink
Remove unnecessary equal sign
Browse files Browse the repository at this point in the history
  • Loading branch information
mpost committed Nov 1, 2015
1 parent 61b89f9 commit 6a64013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/calendar-widget/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
buildToolsVersion '22.0.1'

defaultConfig {
versionName = '1.9.3' + getVersionNameSuffix()
versionCode = getVersionCodeInteger()
versionName '1.9.3' + getVersionNameSuffix()
versionCode getVersionCodeInteger()
minSdkVersion 15
targetSdkVersion 22

Expand Down

0 comments on commit 6a64013

Please sign in to comment.