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

Upgrade Gradle #126

Closed
wants to merge 1 commit into from
Closed

Upgrade Gradle #126

wants to merge 1 commit into from

Conversation

snmeric
Copy link

@snmeric snmeric commented Sep 13, 2024

Summary

This PR updates the Android Gradle and Kotlin versions, as well as the Android SDK configurations to align with the latest standards and improve compatibility.

Changes:

  • Upgraded Kotlin version to 1.9.0 to ensure compatibility with the latest Kotlin features.
  • Set compileSdkVersion to 34 and targetSdkVersion to 34 for Android compatibility with newer APIs.
  • Updated sourceCompatibility and targetCompatibility to Java version 17.
  • Updated kotlinOptions to use JVM target 17.

Related Issue:

  • Addressing issue reported here: #125

Tested successfully with Flutter 3.24.2 and Gradle version 8.10.1.

@lcuis
Copy link
Owner

lcuis commented Sep 16, 2024

Hi @snmeric ,

Thanks y lot for your PR!

I had to make some additional changes on top of yours.

I believe the updates in your PR were taken care of in release 2.2.9 now published.

Please let me know if there is something more you think I should do.

Cheers!

@lcuis lcuis closed this Sep 16, 2024
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.

2 participants