Aptoide / aptoide-client-v8

All the Apps you need. Discover your new Android App Store.
http://en.aptoide.com
GNU General Public License v3.0
307 stars 73 forks source link

Accessing the Bintary repositories is forbidden #1478

Open yahyalmh opened 3 years ago

yahyalmh commented 3 years ago

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

yahyalmh commented 3 years ago

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

yahyalmh commented 3 years ago

Based on this link, I think they shut down the Bintary. https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

andrewschmidt-a commented 3 years ago

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

yahyalmh commented 3 years ago

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.

andrewschmidt-a commented 3 years ago

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

jdandrade commented 2 years ago

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.