use specific build id for glance dependency

This commit is contained in:
John O'Reilly 2021-11-05 20:06:18 +00:00
parent 91626e4efd
commit 3db2b87cf4

View file

@ -29,6 +29,6 @@ allprojects {
mavenCentral()
maven(url = "https://maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-js-wrappers")
maven(url = "https://jitpack.io")
maven(url = "https://androidx.dev/snapshots/latest/artifacts/repository")
maven(url = "https://androidx.dev/snapshots/builds/7888785/artifacts/repository")
}
}