From 4bb806585f6ccb02a1f25a69dafd57f17f1c7411 Mon Sep 17 00:00:00 2001 From: lookshe Date: Wed, 12 Aug 2015 21:43:04 +0200 Subject: merged latest version from https://github.com/firexel/emojicon/ but only seems to work with lollipop, so switch back to the old pictures --- libs/emojicon/build.gradle | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'libs/emojicon/build.gradle') diff --git a/libs/emojicon/build.gradle b/libs/emojicon/build.gradle index a9776be0..dca4f703 100644 --- a/libs/emojicon/build.gradle +++ b/libs/emojicon/build.gradle @@ -1,12 +1,17 @@ apply plugin: 'com.android.library' android { - compileSdkVersion 19 + compileSdkVersion 13 buildToolsVersion "21.1.2" defaultConfig { - minSdkVersion 8 - targetSdkVersion 19 + minSdkVersion 14 + targetSdkVersion 21 + } + + compileOptions { + sourceCompatibility JavaVersion.VERSION_1_7 + targetCompatibility JavaVersion.VERSION_1_7 } buildTypes { @@ -18,5 +23,5 @@ android { } dependencies { - compile 'com.android.support:support-v4:19.1.0' + compile 'com.android.support:support-v4:21.0.3' } -- cgit v1.2.3