question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Any specific reason why it has minSdkVersion as 24 ?

See original GitHub issue

Here is my question :

Any specific reason why it has minSdkVersion as 24 ?

I want to use this plugin but I cannot afford minSdkVersion as 24.

What are the extra features it is using ?

Can we downgrade it to minSdkVersion 21 ?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:17

github_iconTop GitHub Comments

5reactions
Larpouxcommented, Jun 15, 2020

Yes. The actual minSdkVersion is not good. This is my fault. I will try to downgrade to 16 in Flutter Sound 5.1 (Probably this week)

Sorry for the actual inconvenient.

2reactions
Larpouxcommented, Jul 14, 2020

👍 Thank you so much, @felixjunghans , for your work. This will help many people having the same problem than you. I will look to your patch and integrate it in next Flutter Sound version.

Thank you again for the time you spent to improve Flutter Sound 🥇

Read more comments on GitHub >

github_iconTop Results From Across the Web

Any specific reason why it has minSdkVersion as 24 ? #400
Yes. The actual minSdkVersion is not good. This is my fault. I will try to downgrade to 16 in Flutter Sound 5.1 (Probably...
Read more >
What are the benefits of minSdk 24 compared to 21 in ... - Reddit
24 means all devices have a hardware backed keystore which makes keystore easier (?) and safer to work with. Before android 6.0 the...
Read more >
<uses-sdk> | Android Developers
The principal reason that an application would declare an API Level in android:minSdkVersion is to tell the Android system that it is using...
Read more >
minSdk(API25) > deviceSdk(API24) error using Android ...
Hence, your device is not compatible with your app. Go into app/build.gradle in your project, find the minSdkVersion , and lower it below...
Read more >
App is not signed with v1 scheme when using minSDK 24 ...
I now believe this is because AGP detects that I'm using 24 as the min SDK and rather than set the default value...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found