react-native-exit-app icon indicating copy to clipboard operation
react-native-exit-app copied to clipboard

compile project(':react-native-exit-app') is Deprecated?

Open VashaMasha opened this issue 1 year ago • 1 comments

Hi!

I'm trying to implement this library and can't build android app. Looks like compile project(':react-native-exit-app') is deprecated and implementation need to be used instead.

Could you please help with this?

Error:

* What went wrong:
A problem occurred evaluating project ':app'.
> Could not find method compile() for arguments [project ':react-native-exit-app'] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

VashaMasha avatar Jul 03 '23 10:07 VashaMasha