Bump telephoto to 0.6.0-SNAPSHOT to diagnose crash (#1164)

This commit is contained in:
Jorge Martin Espinosa 2023-08-29 09:59:01 +02:00 committed by GitHub
parent 5e50639815
commit c280b43ecc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -45,7 +45,7 @@ dependencycheck = "8.4.0"
dependencyanalysis = "1.21.0" dependencyanalysis = "1.21.0"
stem = "2.3.0" stem = "2.3.0"
sqldelight = "1.5.5" sqldelight = "1.5.5"
telephoto = "0.5.0" telephoto = "0.6.0-SNAPSHOT"
# DI # DI
dagger = "2.47" dagger = "2.47"

View file

@ -29,6 +29,7 @@ dependencyResolutionManagement {
repositories { repositories {
google() google()
mavenCentral() mavenCentral()
maven { url = URI("https://oss.sonatype.org/content/repositories/snapshots/") }
maven { maven {
url = URI("https://www.jitpack.io") url = URI("https://www.jitpack.io")
content { content {