background-geolocation-android icon indicating copy to clipboard operation
background-geolocation-android copied to clipboard

fix build error - 'android.enableUnitTestBinaryResources' is deprecated.

Open caiopratali opened this issue 3 years ago • 1 comments

The option 'android.enableUnitTestBinaryResources' is deprecated.
The current default is 'false'.
It has been removed from the current version of the Android Gradle plugin.
The raw resource for unit test functionality is removed.

caiopratali avatar May 12 '22 14:05 caiopratali

@mauron85 is this going to be merged? I can see there were 5 similar pull requests over the past 2 years. I have tried adding react-native-background-geolocation to my project and the build also fails on this. I am using

  • react-native: 0.64.2
  • gradle: 6.7

maxymczech avatar Jun 14 '22 14:06 maxymczech