AndroidDevMetrics
AndroidDevMetrics copied to clipboard
Proguard rules
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
for now i've just added
-keep class com.frogermcs.androiddevmetrics.**
to no minify the classes. But official rules certainly would help
Easy enough to add a proguard-rules.pro
, though i am wondering why its necessary? Can you provide a more detailed error log?