X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/d4e0f3bdb1704ca6a12d6a4a6767efdf01ba7eed..a601a0e06ecf5b3216fa5a21009c0f1f3bf16cb2:/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 {