summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2015-04-22 09:34:39 +0200
committerMartin Fietz <Martin.Fietz@gmail.com>2015-04-22 09:34:39 +0200
commit75d9c6ec7bb316ee677da2dc9bb3b187d0958a19 (patch)
tree6916274c9b35ddadc25a113b7df0f39d27ffc6c5 /app/build.gradle
parent8c148b738e2ec12ab0bc609ce341c25f20b38d5c (diff)
parentff8db54385e6bb91fa9e09c3823906ce40a45484 (diff)
downloadAntennaPod-75d9c6ec7bb316ee677da2dc9bb3b187d0958a19.zip
Merge pull request #763 from mfietz/feature/show_feed_url
Show URL in feed info
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index f9c768d3e..7591a414d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,6 +6,7 @@ repositories {
dependencies {
compile 'com.android.support:support-v4:21.0.3'
compile 'com.android.support:appcompat-v7:21.0.3'
+ compile 'com.android.support:gridlayout-v7:21.0.3'
compile 'org.apache.commons:commons-lang3:3.3.2'
compile('org.shredzone.flattr4j:flattr4j-core:2.12') {
exclude group: 'org.json', module: 'json'
@@ -18,6 +19,7 @@ dependencies {
compile 'com.squareup.okhttp:okhttp-urlconnection:2.2.0'
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')
}