mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
musikdroid version bump
This commit is contained in:
parent
c29911f438
commit
0b091a160a
@ -16,6 +16,11 @@ user-facing:
|
||||
* added auto-update check functionality to notify users when a new version is
|
||||
available. also added manual update check to settings
|
||||
* rearranged some items on the settings screen
|
||||
* removed "playback mode" from musikdroid settings screen. we have a quick
|
||||
toggle now!
|
||||
|
||||
low-level:
|
||||
* ported musikdroid to kotlin. goodbye, java.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@ -20,8 +20,8 @@ android {
|
||||
applicationId "io.casey.musikcube.remote"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
versionCode 13
|
||||
versionName "0.10.1"
|
||||
versionCode 14
|
||||
versionName "0.11.0"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user