Skip to content

Commit

Permalink
bump version for release, had to udpate gradle in the build file (and…
Browse files Browse the repository at this point in the history
… install gradle 2.1)
  • Loading branch information
cpg committed Oct 23, 2014
1 parent cc5ea4d commit b031063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}

dependencies {
classpath "com.android.tools.build:gradle:0.12.+"
classpath "com.android.tools.build:gradle:0.13.+"
classpath "com.crashlytics.tools.gradle:crashlytics-gradle:1.+"
classpath "com.jakewharton.sdkmanager:gradle-plugin:0.12.+"
}
Expand All @@ -23,7 +23,7 @@ android {

defaultConfig {
def versionMajor = 1
def versionMinor = 0
def versionMinor = 1
def versionPatch = 0

versionName buildVersionName(versionMajor, versionMinor, versionPatch)
Expand Down

0 comments on commit b031063

Please sign in to comment.