The Support Package includes static 'support libraries' that you can add to your Android application in order to use APIs that are either not available for older platform versions or that offer 'utility' APIs that aren't a part of the framework APIs.
<dependency>
<groupId>com.google.android</groupId>
<artifactId>support-v4</artifactId>
<version>r7</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a basic Android Fragment using the support library.
Migrate to AndroidX (e.g., androidx.fragment.app.Fragment).
No dependency data recorded yet.