Sat, 14 Feb 2015 19:20:40 +0100
Avoid build time optimization symbol conflicts by removing duplication.
proguard-project.txt | file | annotate | diff | comparison | revisions |
1.1 --- a/proguard-project.txt Sat Feb 14 00:40:28 2015 +0100 1.2 +++ b/proguard-project.txt Sat Feb 14 19:20:40 2015 +0100 1.3 @@ -20,10 +20,6 @@ 1.4 public static *** v(...); 1.5 } 1.6 1.7 --libraryjars libs/commons-codec-1.10.jar 1.8 --libraryjars libs/commons-logging-1.2.jar 1.9 - 1.10 - 1.11 -dontwarn org.apache.** 1.12 -dontwarn sun.** 1.13