[Bug 797093] New: Android tutorials: 'compile' and 'testCompile' configurations are deprecated
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Sep 7 03:49:26 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=797093
Bug ID: 797093
Summary: Android tutorials: 'compile' and 'testCompile'
configurations are deprecated
Classification: Platform
Product: GStreamer
Version: git master
OS: Windows
Status: NEW
Severity: enhancement
Priority: Normal
Component: documentation
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: h1g.z.ouroboros+github at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
When build project, the following warning message will be displayed.
--
Configuration 'compile' is obsolete and has been replaced with 'implementation'
and 'api'.
It will be removed at the end of 2018. For more information see:
http://d.android.com/r/tools/update-dependency-configurations.html
Configuration 'testCompile' is obsolete and has been replaced with
'testImplementation' and 'testApi'.
It will be removed at the end of 2018. For more information see:
http://d.android.com/r/tools/update-dependency-configurations.html
--
So Replace new configuration.
'compile' -> 'implementation'
'testCompile' -> 'testImplementation'
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list