Any specific reason why it has minSdkVersion as 24 ?
See original GitHub issueHere 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:
- Created 3 years ago
- Comments:17
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
👍 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 🥇