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 2ca00ff362
commit 194e693219
2 changed files with 2 additions and 1 deletions

View File

@@ -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"

View File

@@ -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 {