Hello everyone! There is question not directly abo...
# gradle
i
Hello everyone! There is question not directly about kotlin-gradle-scripts, but about one retrieving in it ) Everyone knows that there is suggestion from AS after update from one canary (beta) version to another: “you must update AGP version to ${concreteVersion} because your version is sucks”. Is it possible to retrieve this
concreteVersion
value in script?
v
Everyone knows
Noone knows that, except maybe for Android developers. I didn't know it.
And I doubt that you can retrieve that value in a Gradle script, as AS is the one knowing the new version and recommending it.
But afair the version comes from some Maven repository, so you could probably check which is the latest. But that would then be independent from the AS version you are using.