Skip to content

Commit

Permalink
v38 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Øyvind Samuelsen committed Nov 7, 2021
1 parent 759f7c8 commit d2bc8bd
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.developments.samu.muteforspotify"
minSdkVersion 23
targetSdkVersion 31
versionCode 35
versionName "1.2.2"
versionCode 38
versionName "1.2.4"
}
kotlinOptions {
jvmTarget = '1.8'
Expand Down
Binary file removed app/release/release-1.1.10.apk
Binary file not shown.
Binary file removed app/release/release-1.1.2.apk
Binary file not shown.
Binary file removed app/release/release-1.1.4.apk
Binary file not shown.
Binary file removed app/release/release-1.1.5.apk
Binary file not shown.
Binary file removed app/release/release-1.2.1.apk
Binary file not shown.
Binary file added app/release/release-1.2.4.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<!-- Dialog -->
<string name="dialog_broadcast_title">Enable %1$s</string>
<string name="dialog_broadcast_message">SpotMute needs \'%1$s\' enabled in
Spotify to work. Go to Spotify settings and enable it. Note that this message will continue to show until SpotMute has been able to detect a song.</string>
Spotify to work. Go to Spotify settings and enable it. Note that this message will continue to show until SpotMute has been able to detect a song (you might have to start playing one).</string>
<string name="dialog_broadcast_positive_settings">Open Spotify Settings</string>
<string name="dialog_broadcast_positive">Open Spotify</string>
<string name="dialog_broadcast_negative">I have enabled it!</string>
Expand Down

0 comments on commit d2bc8bd

Please sign in to comment.