Interswitch支付依赖问题

时间:2016-12-01 10:42:46

标签: android

我已从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依赖我收到错误

1 个答案:

答案 0 :(得分:0)

确保您已遵循其Git Repo中列出的steps给后者。

我建议创建一个新项目并进行测试。