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

Change the API version of example apps to 6.0 #686

Merged
merged 7 commits into from
May 24, 2024

Conversation

JSUYA
Copy link
Member

@JSUYA JSUYA commented May 23, 2024

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.

.github/recipe.yaml Outdated Show resolved Hide resolved
.github/workflows/build.yml Show resolved Hide resolved
packages/wakelock/example/tizen/tizen-manifest.xml Outdated Show resolved Hide resolved
tools/lib/src/integration_test_command.dart Outdated Show resolved Hide resolved
tools/lib/src/tizen_sdk.dart Outdated Show resolved Hide resolved
@swift-kim swift-kim changed the title Change example's tizen api version 5.5 to 6.0 Change the API version of example apps to 6.0 May 24, 2024
JSUYA added 7 commits May 24, 2024 15:54
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`.
@JSUYA JSUYA force-pushed the fix_example_build branch from e0b107b to 386c736 Compare May 24, 2024 06:54
@JSUYA
Copy link
Member Author

JSUYA commented May 24, 2024

rebased

@JSUYA JSUYA merged commit 2afea31 into flutter-tizen:master May 24, 2024
6 checks passed
Comment on lines +38 to +39
IOT-Headed-6.0-NativeAppDevelopment-CLI \
IOT-Headed-6.5-NativeAppDevelopment-CLI
Copy link
Member

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.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

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.

Copy link
Member Author

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.

This was referenced May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment