-
Notifications
You must be signed in to change notification settings - Fork 160
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 tests to verify if the SDK can be successfully integrated into an Android project. #514
Add tests to verify if the SDK can be successfully integrated into an Android project. #514
Conversation
… Android project.
… Android project.
want to mention #450 for additional background context on android android usage raises more reason to consider okhttp alternatives since okhttp has kotlin deps that can conflict with kotlin in android runtimes. |
The current dependencies used by the SDK have not been upgraded for a long time. This PR also helps us confirm that upgrading the dependencies will not cause disruptions. |
yes, sound good for interim, the dependency modernization has been allocated to #496 |
Hi @sreuland, is there anything that needs to be changed in this PR, and if not, can we merge it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good!
Closes #458
We have created an Android project that includes a simple invocation of the Stellar SDK. Afterwards, we run this app on the emulator to see if the app can function properly.