musikdroid version bump and CHANGELOG updates.

This commit is contained in:
casey langen 2019-05-02 22:17:43 -07:00
parent 4453935b9d
commit eaca4ea7c0
2 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,8 @@ musikcube:
* added lyrics support (powered by audd.io)! access lyrics for the currently
playing song by pressing ^L.
* removed vcredist runtime requirement on windows
* added support for Ubuntu Disco
* added support for Fedora 30
musikdroid:
* added a new "offline" tab to the browse screen

View File

@ -17,8 +17,8 @@ android {
applicationId "io.casey.musikcube.remote"
minSdkVersion 21
targetSdkVersion 28
versionCode 65
versionName "0.64.1"
versionCode 100
versionName "0.65.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}