-
Notifications
You must be signed in to change notification settings - Fork 20
API 'variant.getMappingFile()' is obsolete #29
Comments
This warning is still present and you should really update this before agp 5.0 will be used from a new AndroidStudio version!!
|
Any update on this issue. We are unable to ship our app update due to this issue. |
@goemic @samsonpaul87 We are working on fixing the issue. Will let you know as soon as we have the fix for it. |
Hi @goemic @samsonpaul87 We have published a newer version of the plugin(3.0.0). |
@goemic @samsonpaul87 @biloco We found a bug in the version that was released yesterday(3.0.0). Please try to use the latest version (3.1.0) that was released today. |
I've got a warning from gradle when building an Android project with flurry:symbol-upload:
"build.gradle: API 'variant.getMappingFile()' is obsolete and has been replaced with 'variant.getMappingFileProvider()'."
Version info
Android Studio 3.6.3
com.android.tools.build:gradle:3.6.3
gradle.plugin.com.flurry:symbol-upload:1.2.0
It seems this function was planned to become obsolete at the end of last year (2019).
Any plans to update the code to use newer APIs? Android Studio 4.0 is around the corner and nobody likes last minute surprises.
Thanks
The text was updated successfully, but these errors were encountered: