Skip to content

Commit

Permalink
Update: v9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Feb 15, 2025
1 parent f3425da commit fa3dfc4
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 76 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
channel: 'stable'
# Get flutter dependencies.
- run: flutter pub get
# Check for any formatting issues in the code.
- run: dart format --set-exit-if-changed .
# # Check for any formatting issues in the code.
# - run: dart format --set-exit-if-changed .
# Statically analyze the Dart code for any errors.
- run: flutter analyze .
# Build universal apk.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fdroid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:

# Get flutter dependencies.
- run: flutter pub get
# Check for any formatting issues in the code.
- run: dart format --set-exit-if-changed .
# # Check for any formatting issues in the code.
# - run: dart format --set-exit-if-changed .
# Statically analyze the Dart code for any errors.
- run: flutter analyze .
# Build universal apk.
Expand Down
61 changes: 0 additions & 61 deletions .github/workflows/pc.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/pre_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:

# Get flutter dependencies.
- run: flutter pub get
# Check for any formatting issues in the code.
- run: dart format --set-exit-if-changed .
# # Check for any formatting issues in the code.
# - run: dart format --set-exit-if-changed .
# Statically analyze the Dart code for any errors.
- run: flutter analyze .
# Build universal apk.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre_fdroid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:

# Get flutter dependencies.
- run: flutter pub get
# Check for any formatting issues in the code.
- run: dart format --set-exit-if-changed .
# # Check for any formatting issues in the code.
# - run: dart format --set-exit-if-changed .
# Statically analyze the Dart code for any errors.
- run: flutter analyze .
# Build universal apk.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:

# Get flutter dependencies.
- run: flutter pub get
# Check for any formatting issues in the code.
- run: dart format --set-exit-if-changed .
# # Check for any formatting issues in the code.
# - run: dart format --set-exit-if-changed .
# Statically analyze the Dart code for any errors.
- run: flutter analyze .
# Build universal apk.
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
- name: Get Flutter dependencies
run: flutter pub get

# Check for any formatting issues in the code.
- name: Check code formatting
run: dart format --set-exit-if-changed .
# # Check for any formatting issues in the code.
# - name: Check code formatting
# run: dart format --set-exit-if-changed .

# Statically analyze the Dart code for any errors.
- name: Analyze Dart code
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/114.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Enhancements
- Added support for larger screen devices
- Improved lyrics formatting
- Enahnce UI for better consistency
- Updated Indonesian and Italian translations
2 changes: 1 addition & 1 deletion lib/API/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const appVersion = '9.0.6';
const appVersion = '9.1.0';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/gokadzev/Musify
issue_tracker: https://github.com/gokadzev/Musify/issues

publish_to: 'none'
version: 9.0.6+113 # run update.sh after changing the version
version: 9.1.0+114 # run update.sh after changing the version

environment:
sdk: '>=3.7.0 <4.0.0'
Expand Down

0 comments on commit fa3dfc4

Please sign in to comment.