You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version v12.7.0 broke our app, as it imports com.google.android.material:material:1.2.0-alpha2.
Code to reproduce
Have a project which uses com.google.android.material:material:1.0.0, and get com.google.android.material:material:1.2.0-alpha2 by importing com.stripe:stripe-android:12.7.0.
Android version
Android 9 and 10, at least
Installation method
Gradle
SDK version
12.7.0 (and 12.8.0)
Other information
Why are we using alpha-packages in a stable-release?
Why does stripe-android and stripe-3ds2-android use different material-versions?
How should a consumer of stripe-android deal with the different dependency-versions?
Summary
Version v12.7.0 broke our app, as it imports
com.google.android.material:material:1.2.0-alpha2
.Code to reproduce
Have a project which uses
com.google.android.material:material:1.0.0
, and getcom.google.android.material:material:1.2.0-alpha2
by importingcom.stripe:stripe-android:12.7.0
.Android version
Android 9 and 10, at least
Installation method
Gradle
SDK version
12.7.0 (and 12.8.0)
Other information
Why are we using alpha-packages in a stable-release?
Why does
stripe-android
andstripe-3ds2-android
use different material-versions?How should a consumer of
stripe-android
deal with the different dependency-versions?Issue originated from PR #1946
The text was updated successfully, but these errors were encountered: