OxygenCobalt / Auxio

A simple, rational music player for android
GNU General Public License v3.0
2.19k stars 151 forks source link

F-Droid can't build #891

Closed licaon-kter closed 1 month ago

licaon-kter commented 1 month ago

Describe the Bug/Crash

based on https://gitlab.com/fdroid/fdroiddata/-/jobs/7678938101#L5080 I bumped NDK to 26 in https://gitlab.com/fdroid/fdroiddata/-/commit/fbe91957de768debeba64dfac39ce94f301738b4

but today it wants NDK 25 again https://gitlab.com/fdroid/fdroiddata/-/jobs/8090859053#L371 ? From https://github.com/OxygenCobalt/media/blob/9fc2401b8fdc2b23905402462e775c6db4e1527f/libraries/decoder_ffmpeg/build.gradle#L17 I guess?

what's the next step?

Describe the intended behavior

-

What android version do you use?

Android 14

What device model do you use?

-

Provide a sample file

-

Bug report

-

Duplicates

/LE: fyi https://gitlab.com/fdroid/fdroiddata/-/commit/cb9a17004f41cb29cba6221bad9939573d90726d

OxygenCobalt commented 1 month ago

My bad, the app and the extension's NDK should be synced to r26, will fix

OxygenCobalt commented 1 month ago

Should be fixed in the new 3.6.2 release.

licaon-kter commented 1 month ago

confirmed, thanks