Closed chungweileong94 closed 5 months ago
Hi, How about this issue? any workaround?
@azmanjamlie It doesn't work because jcenter is removed starting from RN 0.65, due to the jcenter is now ready-only.
But this won't stop you from adding it back to your project.
allprojects {
repositories {
...
// TODO: Remove jcenter()
// Started from RN 0.65, jcenter not longer include by default,
// However, there are some packages still rely on it
// - molpay-mobile-xdk-reactnative-beta
jcenter()
}
}
@wankimmy I don't get why this issue is closed, does it fixed? Because I don't see any new release to address this.
@wankimmy I don't get why this issue is closed, does it fixed? Because I don't see any new release to address this.
Hi @chungweileong94 , you may refer from this latest release https://www.npmjs.com/package/molpay-mobile-xdk-reactnative-beta
@wankimmy I don't get why this issue is closed, does it fixed? Because I don't see any new release to address this.
Hi @chungweileong94 , you may refer from this latest release https://www.npmjs.com/package/molpay-mobile-xdk-reactnative-beta
Yeah, as far as I can tell, I don't think the latest release fixed the issue by looking at the source https://socket.dev/npm/package/molpay-mobile-xdk-reactnative-beta/files/0.32.0/android/build.gradle
@hisyamadzha may need your help to look into this
@chungweileong94 You may replace jcenter() to mavenCentral()
@hisyamadzha
@chungweileong94 You may replace jcenter() to mavenCentral()
Nope, pretty sure it doesn't fix the problem, I did make sure I have the mavenCentral()
,
@wankimmy @hisyamadzha I think maybe you can update the volley
version from 1.0.0 to a newer version which is hosted in new repos to fix this
And this become important because JCenter is down today and nobody knows when it will come back. https://stackoverflow.com/questions/74258160/is-jcenter-down
@wankimmy @hisyamadzha Is there any chance that the XDK library can be open source? As we have encountered several issues with the package for the past few years, especially when there's a major OS update where things could break unexpectedly, and we have no choice have to either patch it or wait for the update (which could take months 🫤).
@wankimmy @hisyamadzha Is there any chance that the XDK library can be open source? As we have encountered several issues with the package for the past few years, especially when there's a major OS update where things could break unexpectedly, and we have no choice have to either patch it or wait for the update (which could take months 🫤).
hi @chungweileong94 and @tw0517tw , you may run npm-update, we already fixed the issue, you may refer the update here
https://www.npmjs.com/package/molpay-mobile-xdk-reactnative-beta
Thanks for your quick response @wankimmy !