Sandy Thomson

Results 13 comments of Sandy Thomson

😢 Not working here either

I'm seeing the same issue. Our app was previously **3.9 MB**, and having included Stripe Payments it's increased to **8 MB**. I got a warning when uploading the app bundle...

``` implementation("com.stripe:payments-core:20.12.0") implementation("com.stripe:payments-model:20.12.0") implementation("com.stripe:stripe-core:20.12.0") ``` instead of ``` implementation("com.stripe:stripe-android:20.12.0") ``` does seem to help somewhat, but I hate this as it goes against the online documentation, and like I say,...

Ok, some figures. I was a bit wrong about our old app size, it was actually **3.79MB**. Like I say, including `stripe-android` increased this to **8MB**. By instead including the...

Sorry, I've just noticed your message today (I don't think I got a notification - thanks GH!) ... I'll see if I get some time today to try this out.

Ok, for some reason it's not liking that import. It says read timeout ... private repo?

``` Caused by: org.gradle.internal.resolve.ModuleVersionResolveException: Could not resolve com.github.stripe:stripe-android:tillh~5539-expiry-date-field-formatting-SNAPSHOT. ... Caused by: java.net.SocketTimeoutException: Read timed out ``` I already have jitpack defined for something else, although it's public.

Ok, I also had ``` buildscript { repositories { maven { url 'https://jitpack.io' } } } ``` ... commenting that out has resolved the issue I think (sorry)

Ok, I've managed to manually test it now, and I can no longer replicate the buggy behaviour. So, 👍 👍 for your PR.

As mentioned in https://github.com/stripe/stripe-android/issues/5539, I've manually tested the version supplied and it fixes the problem for me (which I could previously reliably replicate)