# HG changeset patch # User Michael Schloh von Bennewitz # Date 1423869679 -3600 # Node ID dd635af15958245738f9dc926862f1c3bcc26f35 # Parent 6dcaece8ec41f2c41ad51b60258e565213b6bdc1 Make last throes at duplication of flawed ical4j classes before bailing. diff -r 6dcaece8ec41 -r dd635af15958 build.gradle --- a/build.gradle Fri Feb 13 23:45:37 2015 +0100 +++ b/build.gradle Sat Feb 14 00:21:19 2015 +0100 @@ -30,6 +30,7 @@ } buildTypes { release { + minifyEnabled true proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-project.txt' } } diff -r 6dcaece8ec41 -r dd635af15958 proguard-project.txt --- a/proguard-project.txt Fri Feb 13 23:45:37 2015 +0100 +++ b/proguard-project.txt Sat Feb 14 00:21:19 2015 +0100 @@ -22,6 +22,7 @@ -dontwarn org.apache.** -dontwarn sun.** +-dontwarn net.fortuna.ical4j.** # If your project uses WebView with JS, uncomment the following