auxility / better-apk-expansion

Community maintained Android APK Expansion library
Apache License 2.0
27 stars 14 forks source link

zip_file module status? #5

Closed rmtheis closed 7 years ago

rmtheis commented 7 years ago

I noticed that the zip_file module classes aren't available to users of this library. Is this intended? It would be helpful to users, myself included, to be able to use those classes when using the library.

In any case, I would volunteer to do a small update to the readme to clarify.

vadymhimself commented 7 years ago

@rmtheis I just didn't get my hands on it yet. 'zip_file' module has to be reorganized to be compiled with Gradle.

vadymhimself commented 7 years ago

@rmtheis you may now include zip_file classes using the following dependency:

compile 'com.github.bolein.better-apk-expansion:zip_file:5.0.2'

Please note that the dependency for the downloader library has also been changed:

compile 'com.github.bolein.better-apk-expansion:downloader_library:5.0.2'
rmtheis commented 7 years ago

Nice! Thank you!