Ionic & Android Build

Hi all, someone known why when i build a Ionic 4 app for Android i’ve some warning like this:

BUILD SUCCESSFUL in 4s
1 actionable task: 1 executed
Subproject Path: CordovaLib
Subproject Path: app
Starting a Gradle Daemon (subsequent builds will be faster)

> Configure project :app
WARNING: 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

Thanks

1 Like

Hi!

This is actually a cordova issue (not actually an issue, but yeah :sweat_smile:).

It’s only to tell you that you may want to update later, because it’ll be removed in a version of gradle that cordova uses (I think it’s 4) and that version should have that implementation changed at the end of 2018.

You don’t need to stress for it.

1 Like