diff --git a/android/build.gradle b/android/build.gradle index 9623463..716baa7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -84,8 +84,6 @@ android { dependencies { implementation "jp.pay:payjp-android:$payjpSdkVersion" - implementation "jp.pay:payjp-android-cardio:$payjpSdkVersion" implementation "androidx.appcompat:appcompat:1.7.0" - implementation "io.card:android-sdk:5.5.1" } diff --git a/android/src/main/kotlin/jp/pay/flutter/PayjpFlutterPlugin.kt b/android/src/main/kotlin/jp/pay/flutter/PayjpFlutterPlugin.kt index 58a6e76..4c009c7 100644 --- a/android/src/main/kotlin/jp/pay/flutter/PayjpFlutterPlugin.kt +++ b/android/src/main/kotlin/jp/pay/flutter/PayjpFlutterPlugin.kt @@ -36,7 +36,6 @@ import io.flutter.plugin.common.MethodChannel.Result import jp.pay.android.Payjp import jp.pay.android.PayjpCardForm import jp.pay.android.PayjpConfiguration -import jp.pay.android.cardio.PayjpCardScannerPlugin import jp.pay.android.model.ClientInfo import jp.pay.android.model.ExtraAttribute import jp.pay.android.model.TenantId @@ -109,7 +108,6 @@ class PayjpFlutterPlugin: MethodCallHandler, FlutterPlugin, ActivityAware { .setDebugEnabled(debugEnabled) .setTokenBackgroundHandler(cardFormModule) .setLocale(locale) - .setCardScannerPlugin(PayjpCardScannerPlugin) .setClientInfo(clientInfo) .setThreeDSecureRedirectName(tdsRedirectKey) .build())