recently I upgraded to Gradle 7.1.0-alpha04, but t...
# compose
m
recently I upgraded to Gradle 7.1.0-alpha04, but that has an issue where I can't run my app. Now I'm trying to revert back to alpha03 but AS is forcing me to use alpha04 with
Android Gradle Plugin Upgrade Assistant
dialog Dialog says
This project is using version 7.1.0-alpha03 of the Android Gradle plugin, which is incompatible with this version of Android Studio.
Using AS Canary 4
s
Try the other workaround (setting minSdk to 24 or above)
m
that worked for some reason, I didn't expect it would