Android SDK - Technical Guide
Last updated
Was this helpful?
Was this helpful?
dependencies {
implementation fileTree(dir: 'libs', include: ['Cardknox.Payments.SDK.aar'])
// Option 1: explicitly provide the androidx.cardview dependency for the SDK
implementation 'androidx.cardview:cardview:1.0.0'
// Option 2: implicitly provide the androidx.cardview dependency via the google.material package
implementation 'com.google.android.material:material:1.5.0'
}