delete values-tzl
[pub/Android/ownCloud.git] / build.gradle
index 46308ac..209b7ee 100644 (file)
@@ -3,7 +3,7 @@ buildscript {
         mavenCentral()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:0.14.0'
+        classpath 'com.android.tools.build:gradle:1.0.0'
     }
 }
 
@@ -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 {