diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index aee9db6d..8a02f2cd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/fastlane/metadata/android/en-US/changelogs/33.txt b/fastlane/metadata/android/en-US/changelogs/33.txt new file mode 100644 index 00000000..81a32b02 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/33.txt @@ -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 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index d7f68d05..d542541e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"