-
Notifications
You must be signed in to change notification settings - Fork 47
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
Change the API version of example apps to 6.0 #686
Conversation
Since the minimum supported version of flutter-tizen has changed from 5.5 to 6.0, change the tizen version of the example to 6.0. And, except for wearable_rotary, change the profile_name of packages whose it was `wearable` to `common`.
rebased |
IOT-Headed-6.0-NativeAppDevelopment-CLI \ | ||
IOT-Headed-6.5-NativeAppDevelopment-CLI |
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.
Building for TV emulator requires Mobile SDKs, not IoT-headed.
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.
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.
Oops. Please ignore this comment. The build
workflow != integration_test
workflow.
You should manually install the mobile SDKs on the self-hosted runner.
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.
I installed mobile package on the host PC, but only installed 6.0. I additionally installed 6.5 and 7.0 and confirmed that the master branch's CI works normally. Thank you for your comment.
Since the minimum supported version of flutter-tizen has changed from 5.5 to 6.0,
change the tizen version of the example to 6.0.
And, except for wearable_rotary, change the profile_name of packages whose it was
wearable
tocommon
.