You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, thanks for your hard work on this project, for sure it is really good.
Today I used patch-package to patch react-native-sqlite-storage@6.0.1 for the project I'm working on.
The build was failing, and I tried using Gradle to debug, and I got the error: The RepositoryHandler.jcenter() method has been deprecated. This is scheduled to be removed in Gradle 9.0. JFrog announced JCenter's sunset in February 2021. Use mavenCentral() instead.
So I changed it with the diff in one line and thats all. Thanks
Hello.
Firstly, thanks for your hard work on this project, for sure it is really good.
Today I used patch-package to patch
react-native-sqlite-storage@6.0.1
for the project I'm working on.The build was failing, and I tried using Gradle to debug, and I got the error:
The RepositoryHandler.jcenter() method has been deprecated. This is scheduled to be removed in Gradle 9.0. JFrog announced JCenter's sunset in February 2021. Use mavenCentral() instead.
So I changed it with the diff in one line and thats all. Thanks
Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: