Upgrade Android SDK version
When you want to upgrade the SDK version in your app to the latest, complete the following basic steps:
- Open the app's build.gradle file.
- You can manually update the SDK library version, or when you hover over the SDK library, a popup notification prompts you to upgrade to the new version.
Tip:
To find the latest version, see SDK MavenCentral repo.
- Merge the configuration files and keep your custom settings.
Updated over 1 year ago