X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/9d815b0187f10eb74d5f186ada91ee8796ee84d9..0199ef3ef22a4fd3917388215c8e184276714134:/build.gradle diff --git a/build.gradle b/build.gradle index a5c0431f..d96997a6 100644 --- a/build.gradle +++ b/build.gradle @@ -20,14 +20,14 @@ repositories { dependencies { compile name: 'touch-image-view' - compile 'com.android.support:support-v4:19.1.0' 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:19.1.0' + compile 'com.android.support:appcompat-v7:22.2.1' } android { - compileSdkVersion 19 + compileSdkVersion 22 buildToolsVersion "22.0.1" sourceSets { main { @@ -59,12 +59,6 @@ android { } } - - compileOptions { - sourceCompatibility JavaVersion.VERSION_1_7 - targetCompatibility JavaVersion.VERSION_1_7 - } - productFlavors { } @@ -74,3 +68,7 @@ android { } + + + +