oyyq99999 / react-native-secure-storage

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

A problem occurred evaluating project ':react-native-secure-storage'. > Plugin with id 'maven' not found. #47

Open SairaHafeez786 opened 2 years ago

SairaHafeez786 commented 2 years ago

this error occured due to upgrade project from 0.66.3 to 0.67.1

YanouHD commented 2 years ago

Check my PR about this error, fixed it for Gradle 7 :) https://github.com/oyyq99999/react-native-secure-storage/pull/48

zyvpeople commented 1 year ago

had similar error after upgrading to RN 0.68.*. fixed by using patch-package module and next patch https://gist.github.com/zyvpeople/a0092e6dd88691843c9fe57ad38841a9

akoidan commented 1 year ago

had similar error after upgrading to RN 0.68.*. fixed by using patch-package module and next patch https://gist.github.com/zyvpeople/a0092e6dd88691843c9fe57ad38841a9

It fixed the error, but the new one appeared :)

* What went wrong:
Could not determine the dependencies of task ':react-native-secure-storage:bundleLibCompileToJarDebug'.
> Could not create task ':react-native-secure-storage:compileDebugJavaWithJavac'.
   > In order to compile Java 9+ source, please set compileSdkVersion to 30 or above
FableadAshish commented 5 months ago

hey @akoidan have you fixed the bug