Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add aar to mavenCentral with proguard rules #256

Closed
andrey-shikhov opened this issue Apr 10, 2015 · 4 comments
Closed

Add aar to mavenCentral with proguard rules #256

andrey-shikhov opened this issue Apr 10, 2015 · 4 comments

Comments

@andrey-shikhov
Copy link

It will be great to have aar available in repository instead of simple jar - there you can add proguard rules inside of archive and they automatically will be merged to project rules, so you only need to add acra to dependencies without touching proguard files.
It is also good when class structure of library changes, so no need in keeping proguard file up to date.

See
http://stackoverflow.com/questions/24309950/create-aar-file-in-android-studio
to build aar(android library)

@william-ferguson-au
Copy link
Member

Happy to take a pull request

@funtax
Copy link

funtax commented Nov 10, 2015

As far as I know, ACRA 4.7 is packaged as an AAR. Does this already imply the Proguard-mappings, or is this still an open task?

@william-ferguson-au
Copy link
Member

Adding the Proguard-mappings into the AAR is still an open task. This task.

@william-ferguson-au
Copy link
Member

Resolved in #346

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants