mahmudur85 / iperf-jni

An iperf3 android library
12 stars 8 forks source link

Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE #4

Open lauraladu opened 1 year ago

lauraladu commented 1 year ago

It's possible to have compatibility with most recent Android version (API 33)?

kix2902 commented 1 year ago

Could you solve this issue?

kyuucr commented 1 year ago

I solved this by adding

implementation 'androidx.work:work-runtime-ktx:2.7.1'

on my Gradle file, as suggested by https://stackoverflow.com/questions/68473542/mediasessioncompattargeting-s-version-31-and-above-requires-that-one-of-flag