react-native-securerandom icon indicating copy to clipboard operation
react-native-securerandom copied to clipboard

Update API variant.getJavaCompile() usage

Open VictorAtPL opened this issue 5 years ago • 0 comments

I've got following warning during compilation:

WARNING: API 'variant.getJavaCompile()' is obsolete and has been replaced with 'variant.getJavaCompileProvider()'.
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.getJavaCompile(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.

In a spare time, please do update the API.

VictorAtPL avatar Apr 19 '20 07:04 VictorAtPL