Version bump for musikdroid release.

This commit is contained in:
casey langen 2018-02-19 23:48:55 -08:00
parent 9c0695c7ab
commit c0284e2f82
2 changed files with 6 additions and 2 deletions

View File

@ -15,6 +15,10 @@ musikcube:
of the window.
* added scrollbar support to ListOverlay
musikdroid:
* added the ability to automatically transfer playback from mobile to server
when headset (or bluetooth device) is disconnected.
--------------------------------------------------------------------------------
0.40.0

View File

@ -21,8 +21,8 @@ android {
applicationId "io.casey.musikcube.remote"
minSdkVersion 21
targetSdkVersion 26
versionCode 28
versionName "0.24.0"
versionCode 29
versionName "0.25.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}