levibostian / dotenv-android

Access environment variables from .env file within Android app
MIT License
16 stars 2 forks source link

Android Artifact Location #26

Closed jayjacksonworks closed 2 years ago

jayjacksonworks commented 2 years ago

Android Artifact Issue

Hey @levibostian , we just started to get some build errors due to this library artifact being hosted on BinTray/JCenter, which was shutdown. Is there another location we can pull from OR is there a plan to re-publish the artifacts somewhere else?

https://docs.microsoft.com/en-us/appcenter/build/android/jcentershut

Could not resolve all artifacts for configuration ':classpath'. Could not resolve earth.levi:dotenv:1.2.0. Required by: project : Could not resolve earth.levi:dotenv:1.2.0. Could not get resource 'https://jcenter.bintray.com/earth/levi/dotenv/1.2.0/dotenv-1.2.0.pom'. Could not GET 'https://jcenter.bintray.com/earth/levi/dotenv/1.2.0/dotenv-1.2.0.pom'. Received status code 502 from server: Bad Gateway

levibostian commented 2 years ago

Hey there @jayjacksonworks. Thanks for asking.

This project is not hosted on JCenter. It's hosted in the Gradle Plugin repository. Follow these instructions to see if you can successfully pull down the plugin.