Code needs to be updated to ARCore 1.0. It seems like there is no longer a aar file that can be downloaded, but its now instead done with gradle depenencies. But adding the tag
allprojects {
repositories {
google()
...
wont play well with gradle-experimental.
It seems its the same for both c++ and java implementation.
Any ideas @danzeeeman ?