Skip to content

Commit

Permalink
Bump to 4.3.9
Browse files Browse the repository at this point in the history
Signed-off-by: enricocid <enrico2588@gmail.com>
  • Loading branch information
enricocid committed Dec 26, 2020
1 parent aafdcf7 commit 7f654ca
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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.3.8&color=58F5D1">
src="https://img.shields.io/static/v1?label=Tag&message=v4.3.9&color=58F5D1">
</a>
<!-- Minimum SDK -->
<img alt="Minimum SDK" src="https://img.shields.io/static/v1?label=API&message=21&color=32B5ED">
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/161.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed a crash on boot
1 change: 1 addition & 0 deletions fastlane/metadata/android/it/changelogs/161.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Corretto un crash all'avvio
4 changes: 2 additions & 2 deletions project/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.iven.musicplayergo"
minSdkVersion 21
targetSdkVersion 30
versionCode 160
versionName "4.3.8"
versionCode 161
versionName "4.3.9"

vectorDrawables.useSupportLibrary true
}
Expand Down
6 changes: 3 additions & 3 deletions project/app/src/main/res/values/donottranslate.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name_release">Music Player GO</string>
<string name="app_name_debug">MPGO debug</string>
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="app_name_release" tools:ignore="UnusedResource">Music Player GO</string>
<string name="app_name_debug" tools:ignore="UnusedResource">MPGO debug</string>
<string name="category_audio">Audio</string>

<!-- External links -->
Expand Down

0 comments on commit 7f654ca

Please sign in to comment.