Aminoid / react-native-activity-recognition

React Native wrapper for the Activity Recognition API.
GNU General Public License v2.0
92 stars 79 forks source link

Documentation Android about Gradle #40

Open CAVAh opened 2 years ago

CAVAh commented 2 years ago

In the readme that contains this part using gradle 4 and 5 will have problems.

  1. Add the compile line to dependencies in android/app/build.gradle
    ...
    dependencies {
    ...
    compile project(':react-native-activity-recognition')
    ...
    }

On version 4:

WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. It will be removed in version 5.0 of the Android Gradle plugin.

jae1jeong commented 2 years ago

same to me