After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 797093 - Android tutorials: 'compile' and 'testCompile' configurations are deprecated
Android tutorials: 'compile' and 'testCompile' configurations are deprecated
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
git master
Other Windows
: Normal enhancement
: 1.15.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-09-07 03:49 UTC by H1Gdev
Modified: 2018-09-07 08:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Android tutorials: 'compile' and 'testCompile' configurations are deprecated (4.06 KB, patch)
2018-09-07 03:51 UTC, H1Gdev
committed Details | Review

Description H1Gdev 2018-09-07 03:49:26 UTC
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'
Comment 1 H1Gdev 2018-09-07 03:51:20 UTC
Created attachment 373556 [details] [review]
Android tutorials: 'compile' and 'testCompile' configurations are deprecated
Comment 2 Sebastian Dröge (slomo) 2018-09-07 07:14:30 UTC
Which NDK version does this need at minimum?
Comment 3 H1Gdev 2018-09-07 08:45:21 UTC
This is Gradle build used Android Gradle Plugin.
These configurations to those that were deprecated as of Android Gradle Plugin 3.0.0.

http://d.android.com/r/tools/update-dependency-configurations.html
Comment 4 Sebastian Dröge (slomo) 2018-09-07 08:49:37 UTC
Attachment 373556 [details] pushed as 23b9898 - Android tutorials: 'compile' and 'testCompile' configurations are deprecated