vmurin / react-native-azure-auth

React Native library implementing Azure AD OAuth2 API
MIT License
85 stars 65 forks source link

Fix: Gradle 9 incompatibility warning. Repository update jcenter() -> mavenCentral() #220

Closed diegopintog closed 4 months ago

diegopintog commented 4 months ago

jcenter() is deprecated on gradle 9, the repository is updated to mavenCentral() which is the recommended repo now.

the error:

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

replacing the repository jcenter() for mavenCentral() on .\android\build.gradle fixes the deprecation warning