shimohq / react-native-prompt-android

A polyfill library for Alert.prompt on Android platform, working both on Android and iOS platform.
MIT License
129 stars 74 forks source link

Update android/build.gradle #40

Closed lucasfp13 closed 3 years ago

lucasfp13 commented 5 years ago

Android doesn't recognize the method "implementation" anymore, the same happens with "compileOnly".

eliaslecomte commented 5 years ago

@lucasfjportela This is wrong, implementation is the preferred syntax and replaces compile since Gradle 3.0 (https://www.youtube.com/watch?v=7ll-rkLCtyk&feature=youtu.be&t=22m20s).