From 4e41a5a463ac3b414aae325375f2c19cb6cb8ca8 Mon Sep 17 00:00:00 2001 From: casey langen Date: Sat, 17 Jun 2017 18:46:17 -0700 Subject: [PATCH] Version bump musikdroid to 0.10.1. --- CHANGELOG.txt | 3 +++ src/musikdroid/app/build.gradle | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6f05fa95b..4345ff522 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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: diff --git a/src/musikdroid/app/build.gradle b/src/musikdroid/app/build.gradle index 7d82893d8..e4e95ba77 100644 --- a/src/musikdroid/app/build.gradle +++ b/src/musikdroid/app/build.gradle @@ -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'