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
The text was updated successfully, but these errors were encountered:
MarlonJerold
changed the title
Update build.gradle: replace jcenter() with mavenCentral(), update Gradle plugin and compileSdkVersion
Modernize build.gradle: Migrate to mavenCentral(), Upgrade Gradle Plugin and SDK Versions
Sep 27, 2024
Summary
This issue suggests updates to the
build.gradle
file to ensure compatibility with the latest Android Gradle plugin and repository changes.Changes
Replace
jcenter()
withmavenCentral()
:Update Gradle plugin version:
4.1.0
to support the latest features and improvements.Update
compileSdkVersion
:compileSdkVersion
to30
to ensure compatibility with the latest Android SDK.Updated
build.gradle
The text was updated successfully, but these errors were encountered: