-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TECHNICAL] Update Android Gradle Plugin version #4478
Comments
@jesmrec May I move on with it to upgrade gradle version? |
@AwaisKhan128 sorry, it was already assigned, i have just added it. |
Just to make clear: Gradle and Android Gradle Plugin are different things.
When we update the Android Gradle Plugin version, we also need to update the Gradle version (see compatibilities). |
There is also an inter-dependency with the Java JDK version used.
|
There's a fantastic tool embedded in Android Studio that allows an assisted upgrade of the AGP version, with everything it implies (breaking changes, updating other necessary dependencies...). It lets the user decide about several questions introduced in newer AGP versions, and then performs automatically the necessary changes. This tool can be accessed by going to After performing some updates, the status of the different dependencies is the newest version for each of them:
|
We are currently using Gradle plugin
v7.4.2
.This is pretty much outdated and we could try to put it in a newer version.
https://developer.android.com/build/releases/gradle-plugin
I wouldn't set the newest one but also, I wouldn't keep such old one.
I guess, after the update, if app builds correctly we can give that as correct.
TASKS
The text was updated successfully, but these errors were encountered: