X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/b6e4f0f4ae761c0c30452baa2c717fb82256c4dc..40d8a2b2bb257a74f4e4ac392c3acc3a2853aa4e:/build.gradle diff --git a/build.gradle b/build.gradle index 57ec86e5..209b7ee9 100644 --- a/build.gradle +++ b/build.gradle @@ -18,14 +18,12 @@ 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.jakewharton:disklrucache:2.0.2' + compile 'com.android.support:appcompat-v7:19.1.0' } android {