-
Notifications
You must be signed in to change notification settings - Fork 22
fix: Fixed freezed class typo #135
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
Conversation
as I changed the minimum deployment target and os version to 12.0, requesting for approval again |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also change some Android stuff like gradle and kotlin versions?
Good point, let me check the android one as well |
@hassan-saleh-ml * What went wrong:
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.
The following dependencies do not satisfy the required version:
project ':nstack' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50 so we need this PR to be merged https://github.com/nstack-io/flutter-sdk/pull/57/files I prefer to keep the current Gradle version as it is for now in this template, later we can do this in a separate PR |
Agree. Let's do this in a separate PR. We should have updated the iOS stuff separately as well 😄 |
General
Pull Request (PR) Checklist