Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (20 loc) · 597 Bytes

readme.md

File metadata and controls

23 lines (20 loc) · 597 Bytes

This tool repacks AAR files into a ZIP with the proper folder structure and metadata files for uploading to Bintray without modifying them in any way.

You can download a prebuilt version from the releases page.

Usage: java -jar AAR_Repackager.jar [options]
  Options:
  * -a, --artifact
      Artifact name
  * -g, --group
      Group name
  * -i, --input
      AAR input file
  * -o, --output
      ZIP Output file
    -s, --sources
      Sources JAR file (optional)
  * -v, --version
      Artifact version
    -h
      Print help