From 332d633ce32eb2d686a6342e39c0f7d4cb31edc0 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 31 Dec 2017 17:27:10 -0500 Subject: Misc (#122) * Update dependencies and use dexcount * Add should log extender * Allow null message * Add nullable eThro * Update changelog --- android-lib.gradle | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'android-lib.gradle') diff --git a/android-lib.gradle b/android-lib.gradle index 30dafbd..c1fb523 100644 --- a/android-lib.gradle +++ b/android-lib.gradle @@ -1,6 +1,7 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' apply plugin: 'com.github.dcendents.android-maven' +apply plugin: 'com.getkeepsafe.dexcount' group = project.APP_GROUP android { @@ -27,6 +28,11 @@ android { testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } + compileOptions { + targetCompatibility 1.8 + sourceCompatibility 1.8 + } + buildTypes { release { minifyEnabled false -- cgit v1.2.3