omicronapps / 7-Zip-JBinding-4Android

Android Java wrapper for 7z archiver engine
GNU Lesser General Public License v2.1
122 stars 25 forks source link

Maven / Jcenter ? #7

Closed RobbWatershed closed 3 years ago

RobbWatershed commented 3 years ago

Do you have any plans to publish your library to a central repo such as Maven or Jcenter ?

omicronapps commented 3 years ago

AAR library now published on JFrog Bintray. Not currently available on JCenter due to package name conflict with the 7-Zip-JBinding JAR library, Updated instructions for importing and declaring library dependency here: README.md.

RobbWatershed commented 3 years ago

Bintray is fine as well, thanks !

PS : Thanks for creating the library, it's well-documented, flexible enough to fit my needs and works like a charm (been using the self-built AAR so far) 💯

PPS : Sorry for the false alarm earlier on, I didn't declare the repos on the app-level gradle file but on project level, d'uh !