#seljo
1 messages ยท Page 1 of 1 (latest)
๐ give me a few minutes to dig in
Edit: I was mistaken about v 2.19. We have NOT had that working. The latest we have working is 2.4 on android. We do have iOS v2.20 working and going through QA now. Sorry for confusion!
ah, thanks for clarifying!
Hello ๐
We've had Android v 2.4 in production since it's release. This appears to be a missing dependency jar/aar that contains the base Logger class?
What library v2.4 refer to here?
I don't think stripe-terminal-android has a v2.4
2.4.1 stripe-terminal-android
Released Oct 2021 https://github.com/stripe/stripe-terminal-android/releases?page=3
ah okay, gotcha my bad! I was looking at something else entirely.
Yah, ya gotta dig for the terminal SDK ๐
Are all the versions released after 2.4.1 missing this dependency?
Just trying to narrow down on when the change was made
I don't know... We haven't updated since 2.4.1.
2.4.1.aar has a package com.stripe.core.stripeterminal.log and a class Log
It looks like it just moved to an external package?
Have you looked at the SDK ref already?
https://stripe.dev/stripe-android/stripe-core/com.stripe.android.core/index.html
Sorry I can't narrow it down farther, yet. I thought we were on 2.19 when I posted, so the change would have been 2.19->2.20
I think so, but I'll check again
I do see the Logger interface in the lib
https://stripe.dev/stripe-android/stripe-core/com.stripe.android.core/-logger/index.html
Yah, I do to. Ok, I see this in internal.common-2.20.0.aar:
Is that an external .jar reference, or embedded in the aar?
Ok, it is in there.
I just checked.
๐ Our team doesn't work on SDK directly so we wouldn't know a ton about it.
Does that help narrow down on the issue you're seeing? If no,
you likely want to create an issue on Github repo as our terminal-android SDK team monitors it actively and should be able to take a look
It gives me a bread crumb, at least. If we can't figure it out, I'll keep the github in mind! TY!