mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +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
|
||||
offline.
|
||||
* 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:
|
||||
|
||||
|
@ -20,8 +20,8 @@ android {
|
||||
applicationId "io.casey.musikcube.remote"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
versionCode 12
|
||||
versionName "0.10"
|
||||
versionCode 13
|
||||
versionName "0.10.1"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
@ -58,8 +58,8 @@ dependencies {
|
||||
compile(name:'videocache-2.8.0-pre', ext:'aar')
|
||||
compile 'org.slf4j:slf4j-android:1.7.21'
|
||||
|
||||
compile "android.arch.persistence.room:runtime:1.0.0-alpha2"
|
||||
annotationProcessor "android.arch.persistence.room:compiler:1.0.0-alpha2"
|
||||
compile "android.arch.persistence.room:runtime:1.0.0-alpha3"
|
||||
annotationProcessor "android.arch.persistence.room:compiler:1.0.0-alpha3"
|
||||
|
||||
compile 'com.neovisionaries:nv-websocket-client:1.31'
|
||||
compile 'com.squareup.okhttp3:okhttp:3.8.0'
|
||||
|
Loading…
Reference in New Issue
Block a user