aschober / vinyl-cast

Listen to vinyl records wirelessly throughout your home using an Android device.
MIT License
150 stars 32 forks source link

What minimum Android version is needed? #4

Closed MattWenham closed 5 years ago

MattWenham commented 5 years ago

What's the minimum version of Android that this will run on please?

johnheroy commented 5 years ago

It looks like Android 6.0 (Marshmallow) is the min version, though I'm not sure if the app could be adapted for lower versions as well:

https://github.com/aschober/vinyl-cast/blob/master/app/build.gradle#L19

aschober commented 5 years ago

Min is indeed API 23 (Android 6.0).

Closing issue.