我已从here下载了Interswitch源代码。
v0.0.8-alpha: Merge pull request #27 from techquest/babajide_dev.
我执行此操作时,即使在默认包中也收到错误消息。在官方网站上,他们指示我们使用以下依赖项。
repositories {
maven {
url 'http://dl.bintray.com/techquest/maven-repo'
}
}
dependencies{
compile 'com.interswitchng:payment-android:0.0.6'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:design:23.1.1'
}
即使我在我当前的代码中使用,而不是这个编译'com.interswitchng:payment-android:0.0.6'
默认的interswith SDK具有以下compile 'com.interswitchng:payment-android:0.0.12-Beta'
。虽然我改变了&执行更新的Interswitch依赖我收到错误