summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2015-08-18 17:38:51 +0200
committerMartin Fietz <Martin.Fietz@gmail.com>2015-08-18 18:24:16 +0200
commit3abce4c597bc74b95d9cbdb88e2bf3671047c811 (patch)
treef495d15375832ac6317fec1d712d4b172384a609 /app/build.gradle
parentfd2633e42fde048c385c09bc442c19a62038a63c (diff)
downloadAntennaPod-3abce4c597bc74b95d9cbdb88e2bf3671047c811.zip
Load feed media size on demand
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index cd6fbd354..77a1cebba 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,6 +1,7 @@
import org.apache.tools.ant.filters.ReplaceTokens
apply plugin: 'com.android.application'
+apply plugin: 'me.tatarka.retrolambda'
repositories {
mavenCentral()
@@ -22,6 +23,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 'io.reactivex:rxandroid:1.0.1'
compile project(':core')
compile project(':library:drag-sort-listview')
@@ -108,6 +110,11 @@ android {
lintOptions {
abortOnError false
}
+
+ compileOptions {
+ sourceCompatibility JavaVersion.VERSION_1_8
+ targetCompatibility JavaVersion.VERSION_1_8
+ }
}
// about.html is templatized so that we can automatically insert