mirror of
https://github.com/clangen/musikcube.git
synced 2025-03-14 13:21:13 +00:00
Version bump for next release.
This commit is contained in:
parent
c1574960db
commit
7fc95e553b
@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.0)
|
||||
|
||||
project(musikcube)
|
||||
set (musikcube_VERSION_MAJOR 0)
|
||||
set (musikcube_VERSION_MINOR 35)
|
||||
set (musikcube_VERSION_MINOR 40)
|
||||
set (musikcube_VERSION_PATCH 0)
|
||||
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")
|
||||
|
||||
|
@ -145,5 +145,5 @@ namespace musik {
|
||||
static const char* ExternalId = "external_id";
|
||||
}
|
||||
|
||||
static const int SdkVersion = 13;
|
||||
static const int SdkVersion = 14;
|
||||
} } }
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 35
|
||||
#define VERSION_MINOR 40
|
||||
#define VERSION_PATCH 0
|
||||
#define VERSION "0.35.0"
|
||||
#define VERSION "0.40.0"
|
||||
|
Binary file not shown.
@ -21,8 +21,8 @@ android {
|
||||
applicationId "io.casey.musikcube.remote"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 26
|
||||
versionCode 27
|
||||
versionName "0.23.0"
|
||||
versionCode 28
|
||||
versionName "0.24.0"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
|
@ -605,7 +605,7 @@ class WebSocketService constructor(private val context: Context) {
|
||||
private val AUTO_DISCONNECT_DELAY_MILLIS = 10000L
|
||||
private val FLAG_AUTHENTICATION_FAILED = 0xbeef
|
||||
private val WEBSOCKET_FLAG_POLICY_VIOLATION = 1008
|
||||
private val MINIMUM_SUPPORTED_API_VERSION = 13
|
||||
private val MINIMUM_SUPPORTED_API_VERSION = 14
|
||||
|
||||
private val MESSAGE_BASE = 0xcafedead.toInt()
|
||||
private val MESSAGE_CONNECT_THREAD_FINISHED = MESSAGE_BASE + 0
|
||||
|
@ -236,4 +236,4 @@ static auto TRANSPORT_TYPE_TO_STRING = makeBimap<musik::core::sdk::TransportType
|
||||
{ musik::core::sdk::TransportType::Crossfade, "crossfade" },
|
||||
});
|
||||
|
||||
static const int ApiVersion = 13;
|
||||
static const int ApiVersion = 14;
|
Loading…
x
Reference in New Issue
Block a user