I have a problem with getting data from flurry analytics... At the moment I am working on an Android project that has existed for more than a year and therefore I will say right away that everything is in order with the integration and use in the flurry project.
The problem is that after updating the "com.android.tools.build:gradle" library from 7.0.4 to 7.1.0 and newer, the events stop coming and no errors occur, when I return version 7.0.4 everything works Great.
In the release build we use:
shrinkResources true
minifyEnabled true
There is an assumption that R8 cuts some vital files ... But also, but the official site says that: "As of Flurry SDK 12.0.0, the Flurry SDK is provided in the AAR format, we no longer provide .jar files. Since you are adding the AAR format of the Flurry dependencies, you do not need to modify your AndroidManifest files or ProGuard configuration."
My flurry implementation: implementation 'com.flurry.android:analytics:13.1.0'
In this regard, I have a question, Can someone come across this problem and have a ready solution? Or does anyone have an idea what should be written in ProGuard?