Skip to content

Commit

Permalink
New release (v1.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmartinmimi committed Feb 4, 2023
1 parent f0c249a commit 406af29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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="3"
a:versionName="1.2">
a:versionCode="4"
a:versionName="1.3">

<uses-permission a:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission a:name="android.permission.FOREGROUND_SERVICE" />
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Added Loop function (accessible via the notifications)
- Cleaner Notification Category descriptions
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Android 1.0+ minimal (<20kb) notification based audio player
Android 1.0+ minimal (<20KB) notification based audio player

0 comments on commit 406af29

Please sign in to comment.