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

Commit

Permalink
Release new version 16 (1.1.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
djselbeck committed Jul 22, 2017
1 parent 2e28e73 commit 6e7f902
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### Version: 1.1.7 Tag: release-16 (2017-07-22) ###
* Stability fixes in UI
* Format MPD dates more nicely
* UI fixes when creating new profiles (new profiles not shown in list)
* Use internal cache instead of external cache for FanartActivity

### Version: 1.1.6 Tag: release-15 (2017-07-10) ###
* Deidleing with actual timeout to prevent deadlocking/ANR on certain disconnect situations
* UI refinements
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ android {
applicationId "org.gateshipone.malp"
minSdkVersion 21
targetSdkVersion 25
versionCode 15
versionName "1.1.6"
versionCode 16
versionName "1.1.7"
signingConfig signingConfigs.config
}
buildTypes {
Expand Down

0 comments on commit 6e7f902

Please sign in to comment.