react-native-activity-recognition icon indicating copy to clipboard operation
react-native-activity-recognition copied to clipboard

Documentation Android about Gradle

Open CAVAh opened this issue 2 years ago • 1 comments

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.

CAVAh avatar Oct 15 '21 16:10 CAVAh

same to me

jae1jeong avatar Jun 19 '22 11:06 jae1jeong