kevinresol / react-native-sound-recorder

Simplest Sound Recorder for React Native
MIT License
119 stars 36 forks source link

Update build.gradle #18

Closed paulwoelfel closed 5 years ago

paulwoelfel commented 5 years ago

Use implementation instead of compile See: http://d.android.com/r/tools/update-dependency-configurations.html

kevinresol commented 5 years ago

It this backward-compatible with older gradle versions (e.g. v2)?

Ansalibrahim commented 5 years ago

@kevinresol I think this is good for developers. Most of the developers use latest android and the compile is already obsolete (not deprecated). So this will become a requirement sooner.

kevinresol commented 5 years ago

ok lets have it