-
Notifications
You must be signed in to change notification settings - Fork 24
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
Clean dependencies #25
Comments
Hey @patrickdw1991, Thanks for these suggestions, will take a look and see if we can use these indeed 👍 |
Closed
Guava will be removed in 0.12.4 |
1 task
This was referenced Jan 27, 2018
Closed
OGKevin
added a commit
that referenced
this issue
Feb 2, 2018
1 task
OGKevin
added a commit
that referenced
this issue
Feb 2, 2018
OGKevin
added a commit
that referenced
this issue
Feb 2, 2018
OGKevin
added a commit
that referenced
this issue
Feb 2, 2018
OGKevin
added a commit
that referenced
this issue
Feb 2, 2018
OGKevin
added a commit
that referenced
this issue
Feb 2, 2018
OGKevin
added a commit
that referenced
this issue
Feb 2, 2018
OGKevin
added a commit
that referenced
this issue
Feb 4, 2018
OGKevin
added a commit
that referenced
this issue
Feb 4, 2018
OGKevin
added a commit
that referenced
this issue
Feb 5, 2018
andrederoos
added a commit
that referenced
this issue
Feb 15, 2018
OGKevin
added a commit
that referenced
this issue
Feb 15, 2018
Replaced httpclient with Okhttp. (#25)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the bunq java sdk uses dependencies like:
Guava: Really big lib which is only used for nullability annotations.
Alternative for nullability annotations: https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305
Commons-io: Currently using a really out-dated commons-io.
Alternative use newer: https://mvnrepository.com/artifact/commons-io/commons-io
Appache httpclient: Just doesn't really work well with android
Alternative: Okhttp
The text was updated successfully, but these errors were encountered: