mirror of https://github.com/ospab/ostp.git
resolve-channel treated EVERY v* tag as stable, so v0.4.6-beta got published as a non-prerelease "Latest" release, sitting on top of the release line. Now a pushed tag is used as-is and its suffix decides the channel: v*-alpha / v*-beta are prereleases, only a bare vX.Y.Z is stable. (A tag is never recomputed from Cargo.toml, so the release can't upload to a different tag than the one pushed.) Version bumped 0.4.5 -> 0.4.7 (0.4.6 is already taken by the mislabelled beta). This commit's tip is what gets tagged v0.4.7-beta to cut the beta build. |
||
|---|---|---|
| .. | ||
| android | ||
| lib | ||
| test | ||
| .gitignore | ||
| .metadata | ||
| README.md | ||
| analysis_options.yaml | ||
| android_icon.png | ||
| android_icon_backup.png | ||
| build.ps1 | ||
| build_android_jni.ps1 | ||
| devtools_options.yaml | ||
| ostp-client-release.apk | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| resize_icon.ps1 | ||
README.md
ostp_client
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.