-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why it's not working below api 30 is there any specific reason to set compile sdk 29 #37
Comments
min SDK is 29, because, for me js not working in webview with SDK below. But, i have been thinking about to decrease min SDK to API 24. Don't know, will it work? What is not working for you, according your message i understood nothing |
Actually I am using minimum sdk 24 to 34 |
I had faced similar issue, youtube-dl did not work in realease with
shrinkResources minifyEnabled options, setting this options to false
resolved problem, also with some gradle versions may not work too, try to
change if workaround above not working
пн, 16 дек. 2024 г., 20:06 Nabeel Abid ***@***.***>:
… Actually I am using minimum sdk 24 to 34
Now the issue is on debug apk it's works on all devices but in release
it's working on 30 onward I am using dynamic module delivery for ytdlp
—
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIAUOFP2C643TOXF4THNOBL2F4CADAVCNFSM6AAAAABTWQSKPCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBWGE3TIMJXGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@nabeelabiddev, just for research, could you try build from api_24_support and tell is issue present? (I don't have needed devices) |
ok i am working on it actualy i am using dynamic module for my release build so cannot use all your code i have implemented specific changes i have seen your commit and i already done changes like BASe64 types but not working although i will try your code and tell you once done |
i've tested on API 24 and 27 emulator and youtubedl working and mp4 downloader working too (in release mode) it should work, last changes already merged and available in version 0.3.0 |
I used this code in my project in release build below 30 it's not working in debug is working on all versions
The text was updated successfully, but these errors were encountered: