From 5e1b2d1590065d0f02581d26d6c2fed787113bb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=A3=D8=AD=D9=85=D8=AF=20=D8=A7=D9=84=D9=85=D8=AD=D9=85?= =?UTF-8?q?=D9=88=D8=AF=D9=8A=20=28Ahmed=20El-Mahmoudy=29?= Date: Fri, 19 Dec 2014 09:05:01 +0200 Subject: [PATCH] Update K-9 Mail to 5.002 (22002) --- metadata/com.fsck.k9.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/metadata/com.fsck.k9.txt b/metadata/com.fsck.k9.txt index 01a7ce997d..e8963dd150 100644 --- a/metadata/com.fsck.k9.txt +++ b/metadata/com.fsck.k9.txt @@ -115,6 +115,16 @@ Build:5.001,22001 $$MVN3$$ install && \ popd +Build:5.002,22002 + commit=5.002 + gradle=yes + srclibs=Jutf7@20 + rm=libs/* + prebuild=sed -i -e "/buildToolsVersion/adefaultConfig {\ntargetSdkVersion 17\n}\n\npackagingOptions {\n exclude 'META-INF/LICENSE.txt'\n exclude 'META-INF/NOTICE.txt'\n}" -e "/com.android.application/arepositories {\n mavenCentral()\n mavenLocal()\n}" -e "/fileTree/acompile 'net.sourceforge.htmlcleaner:htmlcleaner:2.2'" -e "/fileTree/acompile 'org.apache.james:apache-mime4j-core:0.7.2'" -e "/fileTree/acompile 'org.apache.james:apache-mime4j-dom:0.7.2'" -e "/fileTree/acompile 'com.jcraft:jzlib:1.0.7'" -e "/fileTree/acompile 'com.beetstra.jutf7:jutf7:1.0.1-SNAPSHOT'" -e "/fileTree/acompile 'commons-io:commons-io:2.0.1'" build.gradle && \ + pushd $$Jutf7$$ && \ + $$MVN3$$ install && \ + popd + Maintainer Notes: * Force targetSdk via gradle, to avoid erroneous call_log permission requests.