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

Failed to transform 'C:\Users\dell\.gradle\caches\modules-2\files-2.1\org.bouncycastle\bcprov-jdk15on\1.65\320b989112f00a63a3bcfa5a98f31a4f865a20fa\bcprov-jdk15on-1.65.jar' using Jetifier. Reason: null. (Run with --stacktrace for more details.) #2427

Closed
BeantSingh96 opened this issue Apr 26, 2020 · 8 comments · Fixed by #2445
Assignees
Labels
triaged Issue has been reviewed by Stripe and is being tracked internally

Comments

@BeantSingh96
Copy link

Summary

Code to reproduce

Android version

Impacted devices

Installation method

SDK version

Other information

@mshafrir-stripe
Copy link
Collaborator

@BeantSingh96 what versions of Gradle and Android Gradle Plugin are you using? How are you adding the SDK as a dependency?

@mshafrir-stripe mshafrir-stripe self-assigned this Apr 26, 2020
@mshafrir-stripe mshafrir-stripe added the triaged Issue has been reviewed by Stripe and is being tracked internally label Apr 26, 2020
@mshafrir-stripe
Copy link
Collaborator

mshafrir-stripe commented Apr 28, 2020

@BeantSingh96 please re-open if you still need assistance with this issue

@harshitrathi2001
Copy link

I also face this issue. I am using gradle version 5.4.1, plug in version 3.5.0 and dependency implementation 'com.stripe:stripe-android:14.4.0'

@mshafrir-stripe
Copy link
Collaborator

@rajeshrathi2007 what SDK version are you upgrading from? Can you try upgrading to the latest version of Gradle (6.3) and Android Gradle Plugin (3.6.3) and see if that resolves the issue? Also, how are you integrating the SDK dependency - can you share your build.gradle dependency?

@harshitrathi2001
Copy link

I cannot share my gradle file to you...but if i use 14.0.0 stripe version then this issue is not observed on same gradle version 5.4.1 and plugin version 3.5.0

@mshafrir-stripe
Copy link
Collaborator

@rajeshrathi2007 Can you try updating your Gradle + AGP versions as mentioned in my previous comment?

Does the build.gradle dependency look exactly like this?

implementation 'com.stripe:stripe-android:14.4.0'

@ymane
Copy link

ymane commented Apr 30, 2020

i am also facing same issue but issue with enableJetifier when i use android.enableJetifier=true then give error but when i use android.enableJetifier=false then stripe error gone

@mshafrir-stripe
Copy link
Collaborator

mshafrir-stripe commented Apr 30, 2020

stripe-android v14.4.1 has been released, which should fix this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged Issue has been reviewed by Stripe and is being tracked internally
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants