You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.
When yarn add react-native-audio is run, it should add [email protected] to the list of dependencies.
However since v4.3.1 is not published on the npm registry, v4.3.0 is installed instead, and this causes the following gradle warning: 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
Please publish v4.3.1 to the npm registry (since I believe this latest version has replaced compile with implementation in gradle). Thanks!
The text was updated successfully, but these errors were encountered:
When
yarn add react-native-audio
is run, it should add[email protected]
to the list of dependencies.However since v4.3.1 is not published on the npm registry, v4.3.0 is installed instead, and this causes the following gradle warning:
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
Please publish v4.3.1 to the npm registry (since I believe this latest version has replaced
compile
withimplementation
in gradle). Thanks!The text was updated successfully, but these errors were encountered: