-
Notifications
You must be signed in to change notification settings - Fork 2
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
Android update #4
Comments
Ah very nice! This should help with card scanning too... I'll give it a go 👍🏼 |
You might get targetSDK issues with the module as I've build it with 34. Have a really custom SDK at the moment 😄 |
If it is useful to you guys - My project with SDK 12.3.0.GA seems to be working well with Google Pay (and Apple Pay on ios) with 4c9ae2c with no other changes! |
Thanks @drunnells 👍 Good to know that the latest version works fine! This is to track the next update once we have the gradle changes merged to the main Ti SDK. Then we can use the latest stripe version. |
Thanks @drunnells appreciate the feedback! Good to know it's working on the latest 👌🏼 |
Finally found this repo again 😄
I've used tidev/titanium-sdk#14014 and was able to build the android version with
com.stripe:stripe-android:20.40.2
(ti.stripe-android-3.1.0.zip).Old 12.2.1.GA error:
and with the the SDK from the PR and
tiMaterialLibVersion = '1.9.0'
that module build error is gone 👍So we have some project here to test this with!
The text was updated successfully, but these errors were encountered: