Skip to content

Commit

Permalink
Revert to old version of build tools for compatibility with Gingerbre…
Browse files Browse the repository at this point in the history
…ad - see codinguser#344

Fixes codinguser#344
Increase build version so as to release new apk to Play store
  • Loading branch information
codinguser committed Jun 21, 2015
1 parent 7bf2add commit 511acfe
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 @@ -6,7 +6,7 @@ apply plugin: 'crashlytics'
def versionMajor = 1
def versionMinor = 6
def versionPatch = 0
def versionBuild = 6
def versionBuild = 7

def buildTime() {
def df = new SimpleDateFormat("yyyyMMdd")
Expand All @@ -21,7 +21,7 @@ def gitSha() {

android {
compileSdkVersion 19
buildToolsVersion "22.0.1"
buildToolsVersion "21.1.2" //maintain this version until we migrate to ActionBarCompat
defaultConfig {
applicationId "org.gnucash.android"
testApplicationId 'org.gnucash.android.test'
Expand Down

0 comments on commit 511acfe

Please sign in to comment.