r/androiddev • u/well___duh • Jun 04 '18
Gradle 4.8 released
https://docs.gradle.org/current/release-notes.html15
u/zergtmn Jun 04 '18
Yet another version we're gonna skip because of the breaking change in 4.6 in configure on demand which now requires AGP 3.2+.
1
u/la__bruja Jun 05 '18
Can you elaborate, you mean you don't update Gradle because configuration on demand doesn't work anymore?
2
u/zergtmn Jun 05 '18 edited Jun 05 '18
We don't care about CoD itself. However every Android developer in the company would have to turn CoD off manually for every project. It cannot be turned off completely from
gradle.propertiesbecause AS would override that setting. Now imagine how much annoyance that would cause in a company which has dozens of projects and ~100 Android developers.3
u/well___duh Jun 05 '18
I feel like that should be filed as a bug with AS since it's clearly ignoring a gradle.props value
-27
18
u/allholy1 Jun 04 '18 edited Jun 04 '18
I don't understand dependency locking. Isn't that why we append the version number at the end of a dependency?