From 726d2a4dc3d3158490ca94b660b195898becb30a Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 31 Dec 2017 17:14:26 -0500 Subject: Misc (#592) * Update dependencies * Allow null message * Support new kau logging --- app/build.gradle | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index d3cef5c7..54284b09 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,6 +7,7 @@ apply plugin: 'kotlin-android' apply plugin: 'kotlin-kapt' apply plugin: 'io.fabric' apply plugin: 'com.github.triplet.play' +apply plugin: 'com.getkeepsafe.dexcount' def withPlaySigning = file('../files/gplay-keys.json').exists() /* @@ -49,6 +50,11 @@ android { } } + compileOptions { + targetCompatibility 1.8 + sourceCompatibility 1.8 + } + lintOptions { warningsAsErrors true disable 'TrustAllX509TrustManager', -- cgit v1.2.3