android-proguard-snippets
android-proguard-snippets copied to clipboard
Proguard configurations for common Android libraries
`org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:transformClassesAndResourcesWithProguardForRc'. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:100) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:70) at org.gradle.api.internal.tasks.execution.OutputDirectoryCreatingTaskExecuter.execute(OutputDirectoryCreatingTaskExecuter.java:51) at org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:62) at org.gradle.api.internal.tasks.execution.ResolveTaskOutputCachingStateExecuter.execute(ResolveTaskOutputCachingStateExecuter.java:54) at org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:60) at org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:97) at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:87) at org.gradle.api.internal.tasks.execution.ResolveTaskArtifactStateTaskExecuter.execute(ResolveTaskArtifactStateTaskExecuter.java:52) at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:52) at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:54) at org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter.execute(ExecuteAtMostOnceTaskExecuter.java:43)...
Hi, I have pro-guard rule file for my app ..I am having obfuscation for Variables & methods . I want to obfuscate my class and activity name...
Got this kind of error on build. so found a patch. Warning:rx.internal.util.unsafe.BaseLinkedQueueConsumerNodeRef: can't find referenced class sun.misc.Unsafe
Use changes from current version in Retrofit's README https://github.com/square/retrofit/commit/246bef5bf34c0598a91038b2e15bace7718408d4
https://github.com/ocpsoft/prettytime
Guava configuration ProGuard removes annotated EventBus subscriber methods and so events are fired but not consumed.
Here are the official docs. https://github.com/square/okhttp#proguard And according to this issue https://github.com/square/okhttp/issues/2230 These rules listed in the repo are aggressive.
Updates documentation how multiple proguard files can be included in a cleaner way and configured for all build types and flavors.
I have included circular progress button to my project. The problem is that once i enable proguard animations does no work properly. I have all kind of proguard config but...