Building works with Gradle 6.9 that was in use with RN 0.66. With 0.67.x Gradle gets updated to 7.2 and Android build gives an error:
Build file '/Users/..../node_modules/react-native-blurhash/android/build.gradle' line: 24
* What went wrong:
A problem occurred evaluating project ':react-native-blurhash'.
> Plugin with id 'maven' not found.
Downgrading to Gradle 6.9 works, but not sure if something on RN 0.67.x relies on having 7.2 so would be nice that this library would work with it as well.
Bug
Building works with Gradle 6.9 that was in use with RN 0.66. With 0.67.x Gradle gets updated to 7.2 and Android build gives an error:
Downgrading to Gradle 6.9 works, but not sure if something on RN 0.67.x relies on having 7.2 so would be nice that this library would work with it as well.
To Reproduce Steps to reproduce the behavior:
Expected behavior Build should work
Environment