Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dreautall committed Oct 8, 2023
2 parents cffc902 + a594b50 commit f43037b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
serviceAccountJsonPlainText: ${{ secrets.PLAYSTORE_ACCOUNT_KEY }}
packageName: com.dreautall.waterflyiii
releaseFiles: ./artifacts/app-release.aab
debugSymbols: ./artifacts/aab-debug-symbols.
debugSymbols: ./artifacts/aab-debug-symbols.zip
mappingFile: ./artifacts/mapping.txt
track: internal
status: completed
Expand All @@ -177,4 +177,4 @@ jobs:
debugSymbols: ./artifacts/aab-debug-symbols.zip
mappingFile: ./artifacts/mapping.txt
track: beta
status: completed
status: completed
1 change: 0 additions & 1 deletion lib/pages/home/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,6 @@ class _HomeMainState extends State<HomeMain>
date.day == now.day) ||
// Other month: take last day of month
(date.month != now.month &&
date.year != now.year &&
date.copyWith(day: date.day + 1).month != date.month)) {
final double value = double.tryParse(valueStr) ?? 0;
// We don't really care about the exact date. Always using the first
Expand Down

0 comments on commit f43037b

Please sign in to comment.