Hi, all Is there any place that I can find which G...
# gradle
o
Hi, all Is there any place that I can find which Gradle version should I use based on my AGP?
I was using
4.1-RC02
with
6.6.1
but I would like to know which version should I use with the stable
4.0.1
Or can I always rely on the latest version?
b
https://developer.android.com/studio/releases/gradle-plugin here you can find required minimum version, but yes you can simply use latest gradle version
o
Hmmm got it, you are right 😄 Thank you!