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

adding in changes so that this will work with api 30 #44

Merged
merged 1 commit into from
Jun 29, 2021

Conversation

lgleasain
Copy link
Contributor

These are some changes to allow the library to work when using a target sdk and compile sdk of 30 when running on Android 11. Before these changes you get an error because of an issue with okhttp which causes it to say that there is a min sdk of 21 but the target is 30, which is a known issue that was fixed with later versions. I left scribe at the older version because that was a much larger change, but updating asynchttpclient and logging-interceptor along with one small change to the TokenClient seemed to work even-though the dependencies the scribe okhttp are likely older (I'm guessing that they are segregated enough to not cause an issue).

@rogerhu
Copy link
Member

rogerhu commented Jun 29, 2021

Yeah scribe is a much bigger change... thanks!

@rogerhu rogerhu merged commit ea65a2a into codepath:master Jun 29, 2021
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

Successfully merging this pull request may close these issues.

2 participants