brarcher / video-transcoder

Android app for video and audio transcoder, based on FFmpeg
GNU General Public License v3.0
486 stars 56 forks source link

Lower the min sdk to 19 #122

Closed brarcher closed 6 years ago

brarcher commented 6 years ago

The min sdk was increased to 21 because JobService was being used. Since, that has been removed, so the app should work on sdk 19. The sdk could be lower yet, as the app did compile on sdk 16. However, unless someone is interested in trying that out on a device, sdk 19 is fine for now.