Skip to content

Commit

Permalink
Bump to 3.6.2 and support api 29
Browse files Browse the repository at this point in the history
Signed-off-by: enricocid <enrico2588@gmail.com>
  • Loading branch information
enricocid committed Aug 2, 2019
1 parent f4586de commit f47c847
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Awesome Kotlin Badge](https://kotlin.link/awesome-kotlin.svg)](https://github.com/KotlinBy/awesome-kotlin) [![API](https://img.shields.io/badge/API-21%2B-blue.svg?style=flat-square)](https://android-arsenal.com/api?level=21) [![Donate on PayPal](https://img.shields.io/badge/PayPal-Donate%20Now-brightgreen.svg)](https://paypal.me/enricocid)

###### Very slim, nice and **original** music player
###### Current version: 3.6.1.2
###### Current version: 3.6.2



Expand All @@ -14,7 +14,7 @@

# Screenshots

![Screenshots](https://raw.githubusercontent.com/enricocid/Music-Player-GO/master/screenshots_v3-6.png)
![Screenshots](https://raw.githubusercontent.com/enricocid/Music-Player-GO/master/screenshots_v3-6-2.png)


# Download
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/115.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Add close button to notification
- Remove duplicated songs (those saved in multiple copies in different paths)
- Code cleaning/improvements
3 changes: 3 additions & 0 deletions fastlane/metadata/android/it/changelogs/115.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Aggiunto pulsante per interrompere il playback nella notifica
- I duplicati di canzoni (salvate in copia in altri percorsi) saranno rimossi
- Pulizia e miglioramenti del codice
8 changes: 4 additions & 4 deletions project/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

android {
compileSdkVersion 28
compileSdkVersion 29
defaultConfig {
applicationId "com.iven.musicplayergo"
minSdkVersion 21
targetSdkVersion 28
versionCode 114
versionName "3.6.1.2"
targetSdkVersion 29
versionCode 115
versionName "3.6.2"
}

//retrieve version number
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class MusicNotificationManager(private val playerService: PlayerService) {
val notificationChannel = NotificationChannel(
CHANNEL_ID,
playerService.getString(R.string.app_name),
NotificationManager.IMPORTANCE_DEFAULT
NotificationManager.IMPORTANCE_LOW
)
notificationChannel.description = playerService.getString(R.string.app_name)
notificationChannel.enableLights(false)
Expand Down
Binary file renamed screenshots_v3-6.png β†’ screenshots_v3-6-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f47c847

Please sign in to comment.