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 has been archived by the owner on Mar 15, 2024. It is now read-only.
I just added the scripts to my build.gradle script. Syncing it up gives me this warning:
WARNING: API 'variant.getAssemble()' is obsolete and has been replaced with 'variant.getAssembleProvider()'.
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.getAssemble(), use -Pandroid.debug.obsoleteApi=true on the command line to display a stack trace.
Affected Modules: app
So it looks like this script has a shelf life to end of the this year.
The text was updated successfully, but these errors were encountered:
I just added the scripts to my build.gradle script. Syncing it up gives me this warning:
So it looks like this script has a shelf life to end of the this year.
The text was updated successfully, but these errors were encountered: