Which is the lowest version of: ```com.android.too...
# compose
c
Which is the lowest version of:
Copy code
com.android.tools.build:gradle
and
Copy code
//services.gradle.org/distributions/gradle
that can be used together? Do we have anywhere that could tell this?
c
Wish this was more apparent. but the gist has been to use latest of everything. IF you don't want to use latest of everything. then follow this guide: https://marcellogalhardo.dev/posts/2021/03/30/using-compose-beta-on-as-4-1/
1
c
I would appreciate using the latest of everything as I use In my personal projects but I have a requirement to work with stable versions and I can’t really avoid it 😞
Besides it is also a way to give back to the community when we are all proving that the thing works 🙂
Thanks for the reference link
We actually just want to use the lowest gradle version possible
but again, thanks for the link