Skip to content

Commit

Permalink
bump to 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BrightDV committed May 26, 2024
1 parent 94611df commit 21f3e4c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# Setup Java environment in order to build the Android app.
- uses: actions/setup-java@v1
with:
java-version: "12.x"
java-version: "17.x"

# Gradle cache for faster builds
- uses: actions/cache@v2
Expand Down
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/33.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- Official API support (experimental features)
- Fix and improve driver and team details
- Use f1-dash as the alternative livetiming provider
- Fix dark mode theming and Alpine's color
- Add support for 12-hour clock
- Refactor the circuit screen for performances and improve UI
- Use new article route
- Fix no countdown in sprint
- Fix wrong DNFs
- A lot of other UI improvements and bug fixes
- Update translations from Weblate
- Bump Flutter and dependencies
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ publish_to: none
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html

# Before releasing a new version, isInDebugMode must be set to false (main.dart#74).
version: 0.7.3+32 # Read above before bump.
version: 0.7.4+33

environment:
sdk: ">=2.19.0 <3.4.4"
Expand Down

0 comments on commit 21f3e4c

Please sign in to comment.