Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
wmartinmimi committed Dec 14, 2022
1 parent d0f2b2f commit ea89612
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:a="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.martinmimigames.tinymusicplayer"
a:versionCode="1"
a:versionName="1.0">
a:versionCode="2"
a:versionName="1.1">

<uses-permission a:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission a:name="android.permission.FOREGROUND_SERVICE" />
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- fixed double opening file explorer
- changed logo icon
- reduced app size

0 comments on commit ea89612

Please sign in to comment.