Aptoide / aptoide-client-v8

All the Apps you need. Discover your new Android App Store.

Home Page:http://en.aptoide.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accessing the Bintary repositories is forbidden

yahyalmh opened this issue · comments

I am trying to build this project, but accessing some repositories is forbidden. I struggle with this problem for one week, and I could not solve it. How can I solve this dependency? Would you please help me?

Could not GET 'https://dl.bintray.com/asf/asf/com/asfoundation/appcoins-contract-proxy/0.4.5.19b/appcoins-contract-proxy-0.4.5.19b.pom'. Received status code 403 from server: Forbidden

I asked in the StackOverflow, and it seems the Bintary is shut down now. Is it correct?
https://stackoverflow.com/questions/68865435/access-bintary-repos-is-forbidden

I am also having these same issues! How does the team build this project with that service sunsetted?

Those dependencies are also for themselves and I guess they build all of them together or they may have them in .grade file before the Bintary goes down. We can build them one by one as they are on GitHub but it takes time.

Any update on this? It really impedes any 3rd party work with this repo.

You can remove this dependency:
implementation("com.asfoundation:appcoins-contract-proxy:${APPC_CONTRACT_PROXY_VERSION}")
and also:
maven { url "https://dl.bintray.com/asf/asf" }

Just fix the project returning Single.just("") on the build errors. Only the donation will not work inside Aptoide.