frogermcs / AndroidDevMetrics

Performance metrics library for Android development (includes dagger2metrics)
1.54k stars 118 forks source link

Proguard rules #16

Open gaara87 opened 8 years ago

gaara87 commented 8 years ago

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 commented 8 years ago

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

williamwebb commented 8 years ago

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