From 3abce4c597bc74b95d9cbdb88e2bf3671047c811 Mon Sep 17 00:00:00 2001 From: Martin Fietz Date: Tue, 18 Aug 2015 17:38:51 +0200 Subject: Load feed media size on demand --- app/build.gradle | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app/build.gradle') 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 -- cgit v1.2.3