trevjonez / composer-gradle-plugin

Gradle task type and plugin for interacting with https://github.com/gojuno/composer
Apache License 2.0
54 stars 18 forks source link

AGP + Gradle conflict #43

Closed tir38 closed 5 years ago

tir38 commented 5 years ago

I'm about to update to 0.11.1 and I'm going through all the needed changes. I see in the readme

Composer plugin version Gradle version Android plugin version
0.11.* 5.3.1 3.3.2, 3.5.0-alpha09*

However AGP 3.3.2 doesn't "come" with Gradle 5.3.1. I would have to manually update my gradle-wrapper.properties. Is this something that you are advocating for?

trevjonez commented 5 years ago

Yes absolutely, I strongly recommend that every project uses the latest Gradle version always. It is a very good way to not end up with huge amounts of migration work that everyone is afraid to do.

tir38 commented 5 years ago

OK we are keeping up with latest beta AGP and whichever version of Gradle it wants to update too. But we have not been bumping Gradle version on its own.

trevjonez commented 5 years ago

Let me know if you see any other issues.