A standalone packaging of AOSP's platform/dalvik dx library.
Gradle:
implementation 'com.jakewharton.android.repackaged:dalvik-dx:16.0.1'Maven:
<dependency>
<groupId>com.jakewharton.android.repackaged</android>
<artifactId>dalvik-dx</artifactId>
<version>16.0.1</version>
</dependency>License for the code in this repo is covered by LICENSE.txt.
License for the code deployed in the jar is covered by platform_dalvik/NOTICE.