summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorMartin Fietz <marf@hadiko-99-4.hadiko.uni-karlsruhe.de>2015-04-10 11:02:14 +0200
committerMartin Fietz <Martin.Fietz@gmail.com>2015-05-14 11:29:58 +0200
commitf5812fe894b435942f841ac5a43afdc5ff98a6c5 (patch)
treec085fc03052e240a728f4b7257369859175681c7 /app/build.gradle
parented76fffc30d9ca2e180e56dc5a6f23f49c95cb53 (diff)
downloadAntennaPod-f5812fe894b435942f841ac5a43afdc5ff98a6c5.zip
Some working, some not
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index bb1fa26b7..40451e8ea 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -5,6 +5,7 @@ apply plugin: 'com.android.application'
repositories {
mavenCentral()
}
+
dependencies {
compile 'com.android.support:support-v4:21.0.3'
compile 'com.android.support:appcompat-v7:21.0.3'
@@ -14,7 +15,6 @@ dependencies {
exclude group: 'org.json', module: 'json'
}
compile 'commons-io:commons-io:2.4'
- compile 'com.jayway.android.robotium:robotium-solo:5.2.1'
compile 'org.jsoup:jsoup:1.7.3'
compile 'com.squareup.picasso:picasso:2.5.2'
compile 'com.squareup.okhttp:okhttp:2.3.0'
@@ -22,6 +22,7 @@ dependencies {
compile 'com.squareup.okio:okio:1.2.0'
compile 'de.greenrobot:eventbus:2.4.0'
compile 'com.joanzapata.android:android-iconify:1.0.9'
+
compile project(':core')
compile project(':library:drag-sort-listview')
}