-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find com.tencent.mm.opensdk:wechat-sdk-android-without-mta:5.1.6. #68
Comments
@akhilsanker Same here any solution so far? |
This may due to jcenter deprecation issue Maven repository com.tencent.mm.opensdk:wechat-sdk-android-without-mta I found that 5.1.6 exists in jcenter only. It seems cannot get the package from jcenter. the wechat dependency is from Adyen. I checked the dependency of this repo and found the adyen dependency is 3.6.4, and the latest version is 4.4.0 already. I think the dependency need to be upgraded to solve this issue. Even 3.8.3 still using wechat sdk 5.1.6. Also this issue need to be reopened? |
Workaround: download jar from jcenter directly instead of using gradle to pull package from jcenter Maven repository com.tencent.mm.opensdk:wechat-sdk-android-without-mta:5.1.6 @ jcenter |
I can confirm that we have to upgrade the dependency com.adyen.checkout:drop-in unfortunately, we have to upgrade it to 4.X.X which breaks the whole code of this package. Jcenter is already deprecated for a long time and is currently having issues so it's important to be ready for its complete shutdown by upgrading the package. |
The issue comes from jcenter being down. The solution is currently (as the package still needs the wechat SDK and the paranoid-core which comes from center) to download those in jar and put them in your An update of the Adyen SDK is needed if we want to remove those jar includes. |
Hi @Gp2mv3 , Thanks for the response. But I am unable to download the jar from this:
Is there something that I am missing? Also currently in my project, there is no Thanks. |
I have the same problem, project use com.adyen.checkout:drop-in:3.6.4 and the gradlew doesn't resolve artifact com.tencent.mm.opensdk:wechat-sdk-android-without-mta:5.1.6 JCENTER server returns 403 forbidden, when i try to download directly. `FAILURE: Build failed with an exception.
|
Hi,
I am following error while running it on Android:
My environment details is as follows:
"react-native-adyen-payment": "^1.8.3",
"react": "17.0.2",
"react-native": "0.66.2",
Android Studio: 2020.3 AI-203.7717.56.2031.7784292,
AVD: Android 12
Thanks.
The text was updated successfully, but these errors were encountered: