oyyq99999 / react-native-secure-storage

A secure AsyncStorage implementation
MIT License
74 stars 54 forks source link

Updated build.gradle for Gradle 7 #48

Open YanouHD opened 2 years ago

YanouHD commented 2 years ago

Change 'maven' plugin to 'maven-publish', and changed installArchives task to be compatible with maven-publish. This will enable the package to work with Gradle 7

shairoemi commented 2 years ago

Hello! Any plan to merge this? will be really useful as new react-native versions come with Gradle 7

Also, while this isn't merged, is this package incompatible with Gradle 7? is there a workaround?

perry-mitchell commented 2 years ago

I'd be interested in a workaround or fork too, as this blocks my upgrade as well.

EDIT: Ended up dropping this package for the supported react-native-encrypted-storage. It's a pity because this package had helpers built into the native portion of the library, and that's going to be hard to replace.