hoshsadiq / bravia-youview-player-launchers

launch the YouView player apps from outside of YouView.
58 stars 11 forks source link

Update dependencies and build configuration #6

Closed lordcodes closed 5 years ago

lordcodes commented 5 years ago
hoshsadiq commented 5 years ago

I'm happy with the changes but I don't have a huge amount of android dev knowledge so I'm wondering if this will still work on Android 6 and 7 (think that's API version 24 and up)? If so, I'll be happy to merge it.

lordcodes commented 5 years ago

Thank you! The minSdkVersion controls the lowest version it will work on, that remains unchanged, so it will work on devices it worked on previously. TargetSdkVersion is more like the version of Android it is designed for.

hoshsadiq commented 5 years ago

Perfect. Thanks for your contributions!

lordcodes commented 5 years ago

No problem. Thank you for responding so quickly!