klippa-app / react-native-klippa-scanner-sdk

A React Native plugin to use the Klippa Scanner SDK
MIT License
2 stars 0 forks source link

Update to support gradle 7+. #22

Closed RobinFarmer closed 2 years ago

RobinFarmer commented 2 years ago

As per https://docs.gradle.org/3.4/release-notes.html we should now use implementation instead of compile. This does also mean that when implementing the SDK users should now use configurations.implementation instead of configurations.compile in their build.gradle (app).