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

Publish as android library #159

Open
yschimke opened this issue Mar 8, 2023 · 5 comments
Open

Publish as android library #159

yschimke opened this issue Mar 8, 2023 · 5 comments
Assignees

Comments

@yschimke
Copy link

yschimke commented Mar 8, 2023

Suggestion to publish as an android library, instead of building an application.

Apps could use this and mobly-snippet-lib in their own codebase in an artifact published to maven central.

@xpconanfan
Copy link
Collaborator

I think we already publish to Android maven, no?

@xianyuanjia
Copy link
Collaborator

mobly-snippet-lib is published to Maven, but mobly-bundled-snippets is not.

@yschimke
Copy link
Author

yschimke commented Mar 8, 2023

Yeah, my issue is that I'd like to use these for different apps, but with this project being targetted to a specific package, it isn't easy to reuse.

I'd like a clean dependency I can pull in, and only have additional snippets in my app specific mobly module.

@xpconanfan
Copy link
Collaborator

Yeah, it would be ideal if we can pull the individual snippet classes as needed. But is that feasible in maven?

@yschimke
Copy link
Author

yschimke commented Mar 8, 2023

This might also remove the concern around targetSdk in #158, since that shouldn't apply to libraries.

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

No branches or pull requests

3 participants