AndroidDevMetrics icon indicating copy to clipboard operation
AndroidDevMetrics copied to clipboard

Proguard rules

Open gaara87 opened this issue 8 years ago • 2 comments

Are there any proguard rules. I don't seem to be able to build it successfully with minification enabled.

This is the error that i'm getting during the gradle build process error: package com.frogermcs.androiddevmetrics does not exist

gaara87 avatar Mar 31 '16 00:03 gaara87

for now i've just added -keep class com.frogermcs.androiddevmetrics.** to no minify the classes. But official rules certainly would help

gaara87 avatar Mar 31 '16 00:03 gaara87

Easy enough to add a proguard-rules.pro, though i am wondering why its necessary? Can you provide a more detailed error log?

williamwebb avatar Mar 31 '16 14:03 williamwebb