Skip to content

Commit

Permalink
Use upstream snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Oct 5, 2024
1 parent 63ba1ff commit a816410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cachapa = { module = 'com.github.cachapa:ExpandableLayout', version = '2.9.2' }
commons-lang3 = { module = 'org.apache.commons:commons-lang3', version = '3.17.0' }
commons-validator = { module = 'commons-validator:commons-validator', version = '1.9.0' }
desugar = { module = 'com.android.tools:desugar_jdk_libs', version = '2.1.2' }
easyrandom = { module = 'com.github.niknetniko:easy-random', version = 'master-SNAPSHOT' }
easyrandom = { module = 'org.jeasy:easy-random-core', version = '6.0.0-SNAPSHOT' }
equalsverifier = { module = 'nl.jqno.equalsverifier:equalsverifier', version = '3.17' }
firebase-analytics = { module = 'com.google.firebase:firebase-analytics', version = '22.1.0' }
firebase-crashlytics = { module = 'com.google.firebase:firebase-crashlytics', version = '19.2.0' }
Expand Down
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots") }
maven { url = uri("https://jitpack.io") }
}
}
Expand Down

0 comments on commit a816410

Please sign in to comment.