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
{{ message }}
This repository was archived by the owner on Jun 30, 2022. It is now read-only.
When building Santa Tracker with Studio 3.4.2, a WARNING is produced citing "variant.getPreBuild()" as deprecated.
WARNING: API 'variant.getPreBuild()' is obsolete and has been replaced with 'variant.getPreBuildProvider()'.
It will be removed at the end of 2019.
For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
To determine what is calling variant.getPreBuild(), use -Pandroid.debug.obsoleteApi=true on the command line to display a stack trace.
Affected Modules: santa-tracker
When building Santa Tracker with Studio 3.4.2, a WARNING is produced citing "variant.getPreBuild()" as deprecated.