Poll: still using 3.x? Let me know!
See original GitHub issueUpload Service 4 development started last year’s summer. Now it reached 4.3.0. Many major improvements have been made: new features, better stability, security, maintainability, ease of customization, less error-prone code to write.
However, when I looked at the statistics of the latest 10 releases in the past 30 days:

74% of the user base is still on 3.x
, so 4.x
where all my efforts have been concentrated, still fails to reach the majority of users.
If you are a 3.x user, comment and let me know what prevents you to upgrade to 4.x
based on comments, new voting options will be added. Vote using a reaction or comment to express a new opinion.
- 😕for current
minApi
of your Apps tied to API < 21
Issue Analytics
- State:
- Created 3 years ago
- Reactions:8
- Comments:11 (7 by maintainers)
Top Results From Across the Web
5 key things to know about the margin of error in election polls
In presidential elections, even the smallest changes in horse-race poll results seem to become imbued with deep meaning.
Read more >Know Your Rights | Voting Rights | American Civil Liberties ...
What are my general rights on Election Day? The poll worker says my name is not on the list of registered voters; I...
Read more >2021 FDIC National Survey of Unbanked and Underbanked ...
The Federal Deposit Insurance Corporation (FDIC) is an independent agency created by the Congress to maintain stability and public confidence in ...
Read more >Most Americans not worrying about COVID going into 2022 ...
Axios-Ipsos Coronavirus special edition finds half of Americans say they are back to pre-COVID routines.
Read more >Video: Use voting buttons to create or respond to polls
Training: Voting buttons are a great way to poll people, especially large groups, if you have a Microsoft Exchange Server account. Watch this...
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 Free
Top 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
Thanks for the effort but we’re still using 3.5.2 with a min SDK version override to 17. The min SDK version is preventing us to upgrade I’m afraid.
@Sdghasemi that’s huge, I fully understand your current decision. Added a reaction option for you to vote. Tough times ahead of us, the future is unpredictable, but if I have you and other library users which are stuck in the same situation onboard, we can together make an
api17-backport
branch from current4.3.0
and make PRs there, with the goal to have a fully functional new version suitable also for old devices. This means downgrading a bunch of dependencies (e.g. OkHttp) and implementing some compat functions to deal with old APIs. This should be a win-win for both developers and end users. @elena-p I remembered your request in #449 and I’m ready to change my decision if you want to contribute.Let me know if you’re interested in this proposal. I can’t make it alone for lack of time and test devices, but together I’m sure it’s possible. Open to other ideas, too.