Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: enricocid <[email protected]>
  • Loading branch information
enricocid committed Mar 12, 2024
1 parent 0203a41 commit faee788
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ This work is licensed under a [CC 0](https://creativecommons.org/share-your-work

- [**Landry Racoon**](https://github.com/landry314) for having reported [495](https://github.com/enricocid/Music-Player-GO/issues/495)

- [**UdeshyaDhungana**](https://github.com/UdeshyaDhungana) for this [improvement](https://github.com/enricocid/Music-Player-GO/commit/23ba8c3fd7e28dec411743c8bdd48cb0ceadfc5d)


### Big thanks to translators:

Expand Down Expand Up @@ -148,4 +150,12 @@ This work is licensed under a [CC 0](https://creativecommons.org/share-your-work

- [**Krishan**](https://github.com/k7bura) for **Hindi** translations

- [**hosΓͺyň abāspanā**](https://github.com/hosseinabaspanah) for **Bakhtiari" translations

- **Aleksandar L ** for **Serbian** translations

- [**GET100PERCENT**](https://github.com/GET100PERCENT) for **Odia** translations

- [**K Gill**](https://github.com/ShareASmile) for **Punjabi** translations

... and many others from Weblate! : )
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- Latest Release -->
<a href="https://github.com/enricocid/Music-Player-GO/releases">
<img alt="GitHub release"
src="https://img.shields.io/static/v1?label=Tag&message=v4.4.23&color=58F5D1">
src="https://img.shields.io/static/v1?label=Tag&message=v4.4.24&color=58F5D1">
</a>
<!-- Minimum SDK -->
<img alt="Minimum SDK" src="https://img.shields.io/static/v1?label=API&message=21&color=32B5ED">
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/187.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fix queue not adding songs when already present
- General fixes
- Update/add translations
3 changes: 3 additions & 0 deletions fastlane/metadata/android/it/changelogs/187.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Corretta coda che non aggiungeva/aggiornava canzoni giΓ  presenti
- Altre correzioni qua e la
- Aggiornate/aggiunte traduzioni
6 changes: 3 additions & 3 deletions project/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ android {
applicationId "com.iven.musicplayergo"
minSdkVersion 21
targetSdkVersion 33
versionCode 186
versionName "4.4.23"
versionCode 187
versionName "4.4.24"

vectorDrawables.useSupportLibrary true
}

//retrieve version number
applicationVariants.all { variant ->
applicationVariants.configureEach { variant ->
resValue "string", "versionName", variant.versionName
}

Expand Down
2 changes: 1 addition & 1 deletion project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ allprojects {
}
}

task clean(type: Delete) {
tasks.register('clean', Delete) {
delete rootProject.buildDir
}

0 comments on commit faee788

Please sign in to comment.