You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With android plugin 'com.android.tools.build:gradle:4.0.0-beta05', the following warning is displayed, when I run testfairyDebug
> Task :app:testfairyDebug
WARNING: API 'variant.getMappingFile()' is obsolete and has been replaced with 'variant.getMappingFileProvider()'.
It will be removed in version 5.0 of the Android Gradle plugin.
For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
To determine what is calling variant.getMappingFile(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi, FYI
With android plugin 'com.android.tools.build:gradle:4.0.0-beta05', the following warning is displayed, when I run
testfairyDebug
Thanks.
The text was updated successfully, but these errors were encountered: