andpor / react-native-sqlite-storage

Full featured SQLite3 Native Plugin for React Native (Android and iOS)
MIT License
2.75k stars 521 forks source link

Replace or remove Jcenter() #485

Closed HerickRaposo closed 2 years ago

HerickRaposo commented 3 years ago
## Expected Behavior Build Success ## Current Behavior Build falure.After React Native upgrade to 0.65 jcenter was deprecied causing build fail. ## Possible Solution Repacle jcenter to mavenCentral() ## Steps to Reproduce (for bugs) Do gradlew bundleRelease or gradlew cleanBuildCache ## Your Environment * React Native SQLite Storage Version used: 5.0.0 * React Native version used:0.65.1 * Operating System of development: Windows * Device: XIAOMI Redmi note 9t * IDE used:Visual Studio ## Debug logs ``` WARNING:: Please remove usages of jcenter() Maven repository from your build scripts and migrate your build to other Maven repositories. This repository is deprecated and it will be shut down in the future. See http://developer.android.com/r/tools/jcenter-end-of-service for more information. ```
andpor commented 2 years ago

Feel free to submit a PR.

andpor commented 2 years ago

Maven has been added in 5.0.0

YOEL311 commented 1 year ago

@andpor this code I did not see Maven only jcenter

https://github.com/andpor/react-native-sqlite-storage/blob/b6aeac439b9d038bbb9d2e16812d512c38246775/platforms/android/build.gradle#L4