diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 56fa09af0..31610e67c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 diff --git a/src/musikdroid/app/build.gradle b/src/musikdroid/app/build.gradle index 80fa4a418..e5e85d805 100644 --- a/src/musikdroid/app/build.gradle +++ b/src/musikdroid/app/build.gradle @@ -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" }