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.

Backport to API 14+

See original GitHub issue

The current implementation has a very demanding minSdkVersion 21 which severely limits usage.

Context

Most of the limitations are in the Vector Drawable Animations

Process

  1. Set minSdk to 14 in build.gradle
  2. Verify minSdk related errors
  3. Port/Limit functionalities for lower APIs

Expected result

The library should be usable for API 14+

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Jawnnypoocommented, Nov 29, 2016

Support library vector drawable compat does not support path animation, so this unfortunately will be a bit of work.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Java backporting tools - Wikipedia
Java backporting tools are programs (usually written in Java) that convert Java classes bytecodes from one version of the Java Platform to an...
Read more >
Backported SwiftUI navigation APIs introduced in WWDC22
Backported SwiftUI navigation APIs introduced in WWDC22 - GitHub ... This library targets iOS/tvOS versions 14 and above, since it uses StateObject ,...
Read more >
Making async system APIs backward compatible
How to make it possible to use async system APIs on earlier operating system versions.
Read more >
Task #4852: netmap: new API version (14) supports multi-ring ...
Backport the netmap API changes for v14 to master-6.0.x only. Retain the version probing and use v14 only when requested.
Read more >
Backport Providers — Airflow Documentation
Context: Airflow 2.0 operators, hooks, and secrets¶. Currently, stable Apache Airflow versions are from the 1.10.* series. We are working on the future, ......
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