X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/437d3315e00d072ff72e23800947abeec2a0fee2..HEAD:/build.gradle diff --git a/build.gradle b/build.gradle index 46308aca..d96997a6 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:0.14.0' + classpath 'com.android.tools.build:gradle:1.2.3' } } @@ -18,19 +18,17 @@ repositories { } } -artifacts.add("default", file('libs/actionbarsherlock.aar')) - dependencies { compile name: 'touch-image-view' - compile 'com.android.support:support-v4:19.1.0' - compile project('libs/actionbarsherlock_lib') compile project(':owncloud-android-library') + compile 'com.android.support:support-v4:22.2.1' compile 'com.jakewharton:disklrucache:2.0.2' + compile 'com.android.support:appcompat-v7:22.2.1' } android { - compileSdkVersion 19 - buildToolsVersion "20.0.0" + compileSdkVersion 22 + buildToolsVersion "22.0.1" sourceSets { main { manifest.srcFile 'AndroidManifest.xml' @@ -61,12 +59,6 @@ android { } } - - compileOptions { - sourceCompatibility JavaVersion.VERSION_1_7 - targetCompatibility JavaVersion.VERSION_1_7 - } - productFlavors { } @@ -76,3 +68,7 @@ android { } + + + +