musikdroid version bump

This commit is contained in:
casey langen 2017-06-28 23:20:07 -07:00
parent c29911f438
commit 0b091a160a
2 changed files with 7 additions and 2 deletions

View File

@ -16,6 +16,11 @@ user-facing:
* added auto-update check functionality to notify users when a new version is
available. also added manual update check to settings
* rearranged some items on the settings screen
* removed "playback mode" from musikdroid settings screen. we have a quick
toggle now!
low-level:
* ported musikdroid to kotlin. goodbye, java.
--------------------------------------------------------------------------------

View File

@ -20,8 +20,8 @@ android {
applicationId "io.casey.musikcube.remote"
minSdkVersion 16
targetSdkVersion 25
versionCode 13
versionName "0.10.1"
versionCode 14
versionName "0.11.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}