datatrans payment library integrated for twint and postfinance

This commit is contained in:
2019-12-08 18:36:14 +03:00
parent 9669c92c34
commit 551c095c34
15 changed files with 329 additions and 34 deletions

View File

@@ -96,9 +96,10 @@ dependencies {
exclude group: 'com.braintreepayments.api', module: 'braintree'
}
implementation('com.crashlytics.sdk.android:crashlytics:2.9.4@aar') {
transitive = true;
transitive = true
}
implementation(name:'datatrans_payment_v3.5.1', ext:'aar')
api 'com.google.guava:guava:26.0-android'
testImplementation 'junit:junit:4.12'
}