RN: 0.57.0
OS: Windows
Its not a bug but its going to be because deprecation of many terms in android at the end of this year.
http://d.android.com/r/tools/update-dependency-configurations.html
Is should not show these warnings.
Showing all these warnings.
Upgrade the projects for the terms mentioned in warnings.
_publishNonDefault is deprecated and has no effect anymore. All variants are now published._
WARNING: Configuration 'androidTestCompile' is obsolete and has been replaced with 'androidTestImplementation' and 'androidTestApi'.
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 'androidTestApi' is obsolete and has been replaced with 'androidTestImplementation'.
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 '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.htmlspath > protos-25.2.3.jar.sha1
WARNING: Configuration 'oreoCompile' is obsolete and has been replaced with 'oreoImplementation' and 'oreoApi'.and 'androidTestApi'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
Yes, since RN57 we can move to solely to gradle 4, and removing all those warning all together. But this is currently not top priority. If somebody willing to do it, I don't mind merge such a PR.
Most helpful comment
Fixed via https://github.com/mauron85/react-native-background-geolocation/commit/6877313ee8a6ad73b1b4f34cd622b7226b5c0ef9