mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-05 21:55:24 +00:00
Version bump musikdroid to 0.10.1.
This commit is contained in:
parent
7ef6742781
commit
4e41a5a463
@ -6,6 +6,9 @@
|
|||||||
* added the ability to browse and play cached tracks in `musikdroid` while
|
* added the ability to browse and play cached tracks in `musikdroid` while
|
||||||
offline.
|
offline.
|
||||||
* fixed a bug that was preventing the transcoder cache from functioning properly
|
* fixed a bug that was preventing the transcoder cache from functioning properly
|
||||||
|
* integrated `fabric.io` into `musikdroid` for crash reporting
|
||||||
|
* added new "empty" and "offline" view states to all screens in `musikdroid`
|
||||||
|
* fixed a couple `musikdroid` crashes in playback-related code
|
||||||
|
|
||||||
low-level:
|
low-level:
|
||||||
|
|
||||||
|
@ -20,8 +20,8 @@ android {
|
|||||||
applicationId "io.casey.musikcube.remote"
|
applicationId "io.casey.musikcube.remote"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 12
|
versionCode 13
|
||||||
versionName "0.10"
|
versionName "0.10.1"
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -58,8 +58,8 @@ dependencies {
|
|||||||
compile(name:'videocache-2.8.0-pre', ext:'aar')
|
compile(name:'videocache-2.8.0-pre', ext:'aar')
|
||||||
compile 'org.slf4j:slf4j-android:1.7.21'
|
compile 'org.slf4j:slf4j-android:1.7.21'
|
||||||
|
|
||||||
compile "android.arch.persistence.room:runtime:1.0.0-alpha2"
|
compile "android.arch.persistence.room:runtime:1.0.0-alpha3"
|
||||||
annotationProcessor "android.arch.persistence.room:compiler:1.0.0-alpha2"
|
annotationProcessor "android.arch.persistence.room:compiler:1.0.0-alpha3"
|
||||||
|
|
||||||
compile 'com.neovisionaries:nv-websocket-client:1.31'
|
compile 'com.neovisionaries:nv-websocket-client:1.31'
|
||||||
compile 'com.squareup.okhttp3:okhttp:3.8.0'
|
compile 'com.squareup.okhttp3:okhttp:3.8.0'
|
||||||
|
Loading…
Reference in New Issue
Block a user