我试图将Stripe
与我的项目集成。我已经阅读了https://stripe.com/docs/mobile/android的集成指南。我一直收到错误Could not resolve com.stripe:stripe-android:6.1.2
。
我已经把我的build.gradle文件放入Could not resolve com.stripe:stripe-android:8.0.0
。另外,我发现GitHub项目的版本与指南中的版本不同,我已经尝试过了。 GitHub项目中的版本号是8.0.0
。
完整错误日志:
gradle中我的依赖项的简短版本:
dependencies {
...
implementation 'com.stripe:stripe-android:8.0.0'
...
}
是否有任何额外的maven repo或者我应该添加到gradle中以便能够将此依赖项添加到项目中?