Bump telephoto to 0.6.0-SNAPSHOT to diagnose crash (#1164)
This commit is contained in:
parent
5e50639815
commit
c280b43ecc
2 changed files with 2 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ dependencycheck = "8.4.0"
|
|||
dependencyanalysis = "1.21.0"
|
||||
stem = "2.3.0"
|
||||
sqldelight = "1.5.5"
|
||||
telephoto = "0.5.0"
|
||||
telephoto = "0.6.0-SNAPSHOT"
|
||||
|
||||
# DI
|
||||
dagger = "2.47"
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ dependencyResolutionManagement {
|
|||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven { url = URI("https://oss.sonatype.org/content/repositories/snapshots/") }
|
||||
maven {
|
||||
url = URI("https://www.jitpack.io")
|
||||
content {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue