Skip to content

Commit

Permalink
Remove native checkout references.
Browse files Browse the repository at this point in the history
  • Loading branch information
sshropshire committed Oct 10, 2024
1 parent 50d6f26 commit 0305f9b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions Demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,6 @@ dependencies {
implementation deps.androidxLifecycleRuntimeKtx
implementation deps.fragmentKtx

// TODO: remove dependency when we don't relay on nxo models anymore
implementation(deps.nativeCheckout) {
exclude module: 'data-collector'
}

// Compose Bill of Materials (BOM) dependency manages compose dependency versions without
// us having to explicitly state versions of individual compose dependencies; the BOM project
// selects dependency versions for each compose dependency that are known by the JetPack team
Expand Down
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ buildscript {
"striktCore" : "io.strikt:strikt-core:0.30.1",
"json" : "org.json:json:20220320",

// PayPal
"nativeCheckout" : "com.paypal.checkout:android-sdk:1.3.2",

// Release modules
"cardPayments" : "com.paypal.android:card-payments:${modules.sdkVersionName}",
"paymentButtons" : "com.paypal.android:payment-buttons:${modules.sdkVersionName}",
Expand Down

0 comments on commit 0305f9b

Please sign in to comment.