projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[DEV] Remove actionbarsherlock , replace it with Android Support Library (v7)
[pub/Android/ownCloud.git]
/
build.gradle
diff --git
a/build.gradle
b/build.gradle
index
57ec86e
..
cd25c8f
100644
(file)
--- 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'
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 project(':owncloud-android-library')
compile 'com.jakewharton:disklrucache:2.0.2'
+ compile 'com.android.support:appcompat-v7:22.1.1'
}
android {
}
android {