Skip to content

Commit

Permalink
Downgrade stripe-android to 20.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tjclawson-stripe committed Oct 31, 2024
1 parent ebc3e93 commit 9996902
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
StripeSdk_kotlinVersion=1.8.0
# Keep StripeSdk_stripeVersion in sync with https://github.com/stripe/stripe-identity-react-native/blob/main/android/gradle.properties
StripeSdk_stripeVersion=20.53.+
StripeSdk_stripeVersion=20.52.+
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class PaymentSheetFragment(
}
}

@OptIn(ExperimentalPaymentMethodLayoutApi::class)
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)
val merchantDisplayName = arguments?.getString("merchantDisplayName").orEmpty()
Expand Down
17 changes: 0 additions & 17 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -284,23 +284,6 @@ dependencies {
}
// END TODO

// TODO: Remove after upgrading react-native-screens
implementation ("androidx.lifecycle:lifecycle-livedata-core:2.8.7")
{
version {
strictly '2.7.0'
}
}
// END TODO

// TODO: Remove after upgrading react-native-screens
implementation ("androidx.fragment:fragment-ktx:1.8.5") {
version {
strictly '1.6.2'
}
}
// END TODO

implementation fileTree(dir: "libs", include: ["*.jar"])
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+" // From node_modules
Expand Down

0 comments on commit 9996902

Please sign in to comment.