Skip to content

Commit

Permalink
Update: v7.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Jan 21, 2024
1 parent 8d72d99 commit 9461948
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion android/app/src/fdroid/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" tools:node="remove" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" tools:node="remove" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" tools:node="remove" />
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO" tools:node="remove" />
</manifest>
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/81.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Enhancements

- Removed unused READ_MEDIA_AUDIO permission
- Removed WRITE_EXTERNAL_STORAGE & READ_EXTERNAL_STORAGE permissions for F-droid builds As they are only used for built-in updater which isn't available for F-Droid
2 changes: 1 addition & 1 deletion lib/API/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const appVersion = '7.3.1';
const appVersion = '7.3.2';
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: 7.3.1+80 # run update.sh after changing the version
version: 7.3.2+81 # run update.sh after changing the version

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

0 comments on commit 9461948

Please sign in to comment.