Skip to content

Commit

Permalink
[android] Use -SNAPSHOT Reaper and Distribution (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
chromy authored Mar 5, 2025
1 parent 256a7ed commit 047bd9c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ navigation = "2.8.8"
browser = "1.8.0"
emergePlugin = "4.2.0"
emergeSnapshots = "1.3.3"
emergeReaper = "1.0.0"
emergeDistribution = "0.0.4"
emergeReaper = "1.0.1-SNAPSHOT"
emergeDistribution = "0.0.5-SNAPSHOT"
sentry = "5.3.0"
shapes = "1.0.1"
datastore = "1.1.3"
Expand Down
9 changes: 9 additions & 0 deletions android/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()

// We want to be able to use snapshots for the Emergetools SDK:
maven {
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots")
mavenContent {
includeGroupByRegex("com.emergetools.*")
snapshotsOnly()
}
}
}
}

Expand Down

0 comments on commit 047bd9c

Please sign in to comment.