Sat, 14 Feb 2015 00:21:19 +0100
Make last throes at duplication of flawed ical4j classes before bailing.
build.gradle | file | annotate | diff | comparison | revisions | |
proguard-project.txt | file | annotate | diff | comparison | revisions |
1.1 --- a/build.gradle Fri Feb 13 23:45:37 2015 +0100 1.2 +++ b/build.gradle Sat Feb 14 00:21:19 2015 +0100 1.3 @@ -30,6 +30,7 @@ 1.4 } 1.5 buildTypes { 1.6 release { 1.7 + minifyEnabled true 1.8 proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-project.txt' 1.9 } 1.10 }
2.1 --- a/proguard-project.txt Fri Feb 13 23:45:37 2015 +0100 2.2 +++ b/proguard-project.txt Sat Feb 14 00:21:19 2015 +0100 2.3 @@ -22,6 +22,7 @@ 2.4 2.5 -dontwarn org.apache.** 2.6 -dontwarn sun.** 2.7 +-dontwarn net.fortuna.ical4j.** 2.8 2.9 2.10 # If your project uses WebView with JS, uncomment the following