android-proguard-snippets icon indicating copy to clipboard operation
android-proguard-snippets copied to clipboard

Proguard configurations for common Android libraries

Results 62 android-proguard-snippets issues
Sort by recently updated
recently updated
newest added

modified include multiple proguard files script

FileCollection proGuardFileCollection = files { file('./cproguardfiles').listFiles() } proguardFiles(proGuardFileCollection) Folder name is: cproguardfiles(in project structure ) Error:(23, 0) Cannot convert the provided notation to a File or URI: file collection. The...

Change-Id: I51a266acdbb730f229c9e008e06c9d3d397a735a

Updating Parceler library proguard rules to match the [docs](https://github.com/johncarl81/parceler#configuring-proguard).

- Added additional configuration related to annotations used by infer. - Added link to proguard-fresco.pro which Facebook officially provides for fresco users.

first apologize that I'm lazy to make a pull request... api23+ is building with OpenJDK instead of Oracle JDK, which doesn't have sun.misc.Unsafe. adding ``` -dontwarn com.google.common.cache.** -dontwarn com.google.common.primitives.UnsignedBytes$** ```...

Changed the name of the proguard file to reflect the name that Android Studio creates by default.

Should I include it? I mentions `project.properties` which is very outdated. However, it includes useful things like `-keep class android.support.v4.** { *; }` which includes Support Fragment