jackbayliss / react-native-nfc-card-reader

React Native NFC card reader, designed for reading debit/credit cards.
https://github.com/jackbayliss/react-native-nfc-card-reader
MIT License
46 stars 21 forks source link

use case for gradle 7.2< #27

Open korijamal opened 1 year ago

korijamal commented 1 year ago

Is there any possible way to use your module for the gradle versions above 7.2 Thnks in advance

super0827 commented 9 months ago

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.