jamesisaac / react-native-background-task

Periodic background tasks for React Native apps, cross-platform (iOS and Android), which run even when the app is closed.
MIT License
1.1k stars 111 forks source link

Update build.gradle #91

Open mdarifulislamroni521 opened 1 year ago

mdarifulislamroni521 commented 1 year ago

The compile() method has been deprecated in newer versions of Gradle, so it's possible that you need to change it to implementation().

VAIMORSS commented 1 year ago

Can we please merge this?