-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build Android app for release because of compileSdk = 35 #376
Comments
No, I just introduced that because I was updating my Android build.gradle boilerplate since it was too far out of date (causing CI failures). The new boilerplate used 35.
That looks like what I actually wanted, thanks! #377 |
Released a new version, 0.1.5, plz wait a few hours before attempting to use it (otherwise your pub cache will be messed up, since the binaries haven't been built by CI yet) |
Awesome! I will confirm it's fixed when I try again. |
Hi, I cannot build my app for release because flutter_mimir requires SDK 35.
According to SO, I could upgrade my gradle plugin. However Flutter uses SDK 34 by default, so is there a reason you used 35? If not I think using the default Flutter version would be better:
The text was updated successfully, but these errors were encountered: