react-native-nfc-card-reader
react-native-nfc-card-reader copied to clipboard
use case for gradle 7.2<
Is there any possible way to use your module for the gradle versions above 7.2 Thnks in advance
Yes, of course. The 'maven-plush' plugin is already allowed. The 'maven' is deprecated, you have to use the 'maven-publish' plugin. so, you can work with it. Thanks.