Battery-Metrics
Battery-Metrics copied to clipboard
Issue while importing Memory metrics
We are using below dependencies for metrics calculation in our android code's build.gradle file: dependencies { implementation 'com.facebook.battery:metrics:1.0.0' implementation 'com.facebook.battery:reporters:1.0.0' implementation 'com.facebook.battery:serializers:1.0.0' } But we are not able to import MemoryMetrics related dependencies/classes which are present in this repository. Can you please share the updated version of this library with memory metrics changes or any solution on how we can import them?