I'm trying to get Geckoview setup in my android app. I am following the tutorial here but I get an error that it doesn't exist. Is anyone familar with Geckoview who can help me out? Did it move or something?
Here is the error I get
Could not find org.mozilla.geckoview:geckoview-nightly:97.0.20211210143634. Required by: project :app
Ive followed the instructions and have
implementation "org.mozilla.geckoview:geckoview-${geckoview_channel}:${geckoview_version}"
With the most recent version pulled from; https://maven.mozilla.org/maven2?prefix=maven2/org/mozilla/geckoview/
Any help would be appreciated :)