Skip to content
This repository has been archived by the owner on Jun 4, 2018. It is now read-only.

Commit

Permalink
Release-24 (1.1.15)
Browse files Browse the repository at this point in the history
  • Loading branch information
djselbeck committed May 6, 2018
1 parent e595305 commit ef9ccbc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
### Version 1.1.15 Tag: release-24 (2018-05-06)
* Add experimental support for ArtistSort & AlbumArtistSort tags
* Updated translations
* Protocol fixes (Escaped strings)

### Version 1.1.14 Tag: release-23 (2018-02-14)
* Stability fixes

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -47,8 +47,8 @@ android {
applicationId "org.gateshipone.malp"
minSdkVersion 21
targetSdkVersion 27
versionCode 23
versionName "1.1.14"
versionCode 24
versionName "1.1.15"
signingConfig signingConfigs.config
}
buildTypes {
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/24.txt
@@ -0,0 +1,4 @@
* Add experimental support for ArtistSort & AlbumArtistSort tags
* Updated translations
* Protocol fixes (Escaped strings)

1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Expand Up @@ -33,3 +33,4 @@ Features:
Cover images shown on screenshots gratefully used with permission from Carbon Based Lifeforms ( http://carbonbasedlifeforms.net )

This software is free software, licensed under the GPLv3 or later license. The source code is available on GitHub ( https://github.com/gateship-one/malp )

0 comments on commit ef9ccbc

Please sign in to comment.