Closed shubham-agrawal closed 5 years ago
thanks
@webyonet does this change is available in v2.8.2?
@betopompolo yes
@webyonet thank you! So should I change the compile
to compileOnly
or to implementation
? The Readme is still using compile
🤔
@betopompolo compileOnly
is still valid. It was added in 3.0 to replace provided and not compile. (provided introduced when Gradle didn't have a configuration name for that use-case and named it after Maven's provided scope.
@webyonet ok! I added implementation project(':react-native-android-location-services-dialog-box')
in android/app/build.gradle
and it's working now. Thank you for your time!
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. It will be removed at the end of 2018.