From c0284e2f8200a235c4768dbe025c01c67af94588 Mon Sep 17 00:00:00 2001 From: casey langen Date: Mon, 19 Feb 2018 23:48:55 -0800 Subject: [PATCH] Version bump for musikdroid release. --- CHANGELOG.txt | 4 ++++ src/musikdroid/app/build.gradle | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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" }