-
-
Notifications
You must be signed in to change notification settings - Fork 76
Update AGP and dependencies #146
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
Conversation
|
Is it the correct way of updating the Gradle Wrapper? Shouldn't |
|
That is the recommended way but it's optional. I usually just run the AGP upgrade assistant which updates the required Gradle version as well. |
|
The Gradle update method updates the Wrapper jar, but the Android Studio method does not. 🤔 |
|
Yes, updating the version number is usually enough. The other changes are optimizations/optional. |
|
The checksum of the Gradle Wrapper corresponded to a very ancient version: In https://gradle.org/release-checksums/ it's under v2.10 |
|
Yes, it's from when the project was created :) |
Description of the changes in your PR
Fixes the following issue(s)
Acknowledgement