craftzdog / react-native-sqlite-2

SQLite3 Native Plugin for React Native for iOS, Android, Windows and macOS.
Apache License 2.0
379 stars 86 forks source link

Remove any usage of `jcenter()` #137

Closed aximut closed 2 years ago

aximut commented 2 years ago

During build, we get

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.
Currently detected usages in: project ':react-native-sqlite-2'

Can we safely remove this, this and this occurrence? I think it is not used anymore anyways as of #104.