question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'

See original GitHub issue

Hi @crazycodeboy I see this warning in new app:

> Configure project :react-native-splash-screen 
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
WARNING: 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
WARNING: Configuration 'testApi' is obsolete and has been replaced with 'testImplementation'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
WARNING: The specified Android SDK Build Tools version (26.0.3) is ignored, as it is below the minimum supported version (27.0.3) for Android Gradle Plugin 3.1.4.
Android SDK Build Tools 27.0.3 will be used.
To suppress this warning, remove "buildToolsVersion '26.0.3'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.

I think it’s related to gradle version and we need some update to fix this.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:13
  • Comments:12 (1 by maintainers)

github_iconTop GitHub Comments

8reactions
Shhzdmrzcommented, Oct 9, 2018

+1

2reactions
ozalexocommented, Oct 26, 2018
Read more comments on GitHub >

github_iconTop Results From Across the Web

Still getting warning : Configuration 'compile' is obsolete and ...
24 Answers 24 · First make sure all your dependencies compile are replaced with implementation . · Update all dependencies in your project....
Read more >
Error Configuration 'compile' is obsolete and has ... - GitHub
Error Configuration 'compile' is obsolete and has been replaced with 'implementation'. It will be removed at the end of 2018 Configuration 'testCompile' is...
Read more >
WARNING:: Configuration 'compile' is obsolete and has been ...
WARNING:: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. It will be removed in version 7.0 of the ...
Read more >
How to fix this error 'Configuration 'compile' is obsolete and ...
Since gradle version 3, compile has deprecated and has been replaced with implementation or api. The new way of declaring dependencies would like...
Read more >
Error Configuration : Android Studio 3.1.0 - Sharecodepoint
"Configuration 'compile' is obsolete and has been replaced with 'implementation'. Example : If you using compile then show the configuration ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found