xperia64 / timidity-ae

Android music player featuring TiMidity++
https://play.google.com/store/apps/details?id=com.xperia64.timidityae
GNU General Public License v2.0
28 stars 21 forks source link

Bump min SDK version to 9 #8

Closed vi closed 8 years ago

vi commented 8 years ago

to avoid issues with newer Android NDK.

android-ndk-r10d works without it, but android-ndk-r12b produces broken libraries witout atod, srand, rand, signal and so on.

vi commented 8 years ago

Bumping version number would also be helpful to deliver the fix to F-Droid.

xperia64 commented 8 years ago

Note: My Google Play builds will still use ndk r10e with minimum SDK 7 unless there is a reason to update the ndk. Still have a handful of users on Froyo.

vi commented 8 years ago

OK. Looks like one can choose the NDK version in F-Droid, but I'm not sure (yet) which versions are supported.

TimidityAE is my second submission to F-Droid repository.