Skip to content
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

bump to ladybug #169

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

bump to ladybug #169

wants to merge 1 commit into from

Conversation

eons44
Copy link

@eons44 eons44 commented Oct 14, 2024

The code present on the repo doesn't build using the latest android studio & friends. Since I don't do much android development, I grabbed the latest I could of:
Android Studio == 2024.2.1
Gradle == 8.10.2
Java / JDK == Adoptium OpenJDK 21.0.4+7

With these, we apparently need to make some changes to the gradle configs to actually use flutter.
The best synopsis of these changes can be found on the flutter issue: flutter/flutter#156304

The app appears to compile and run just fine, though there are deprecation warnings for packages that will be incompatible with gradle (?) 9

warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
3 warnings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant