fix gradle build

This commit is contained in:
Dominik Schürmann
2013-12-30 23:25:38 +01:00
parent a7db72540f
commit 516c9342d5
10 changed files with 280 additions and 30 deletions

View File

@@ -4,7 +4,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:0.5.+'
classpath 'com.android.tools.build:gradle:0.6.3'
}
}
@@ -22,15 +22,16 @@ dependencies {
compile 'com.android.support:support-v4:18.0.+' // already in actionbarsherlock
compile project(':libraries:ActionBarSherlock')
compile project(':libraries:HtmlTextView')
compile project(':libraries:pinned-section-listview:library')
}
android {
compileSdkVersion 18
buildToolsVersion "18.0.1"
compileSdkVersion 19
buildToolsVersion "19"
defaultConfig {
minSdkVersion 8
targetSdkVersion 18
targetSdkVersion 19
}
sourceSets {