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

Upload SDK #41

Open
hezi5050 opened this issue Dec 21, 2019 · 1 comment
Open

Upload SDK #41

hezi5050 opened this issue Dec 21, 2019 · 1 comment

Comments

@SaintPatrck
Copy link

Excerpts of your library and consuming app build scripts would help others assess your issue.

It sounds like you're expecting your library to package the PayCards source within the aar, which is not the case. Your easiest (but not suggested) solution would be to declare the paycard dependencies within the consuming application. The long term (and suggested) solution would be to publish your library and pom to a maven repo such as jcenter or a personal artifactory instance so that maven can determine what other dependencies need to be retrieved when a consuming app declares your library as a dependency. You can opt for a local maven repo if the library is not meant to be public.

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

2 participants