Skip to content

Commit 047bd9c

Browse files
authored
[android] Use -SNAPSHOT Reaper and Distribution (#387)
1 parent 256a7ed commit 047bd9c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

android/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ navigation = "2.8.8"
1818
browser = "1.8.0"
1919
emergePlugin = "4.2.0"
2020
emergeSnapshots = "1.3.3"
21-
emergeReaper = "1.0.0"
22-
emergeDistribution = "0.0.4"
21+
emergeReaper = "1.0.1-SNAPSHOT"
22+
emergeDistribution = "0.0.5-SNAPSHOT"
2323
sentry = "5.3.0"
2424
shapes = "1.0.1"
2525
datastore = "1.1.3"

android/settings.gradle.kts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ dependencyResolutionManagement {
2828
repositories {
2929
google()
3030
mavenCentral()
31+
32+
// We want to be able to use snapshots for the Emergetools SDK:
33+
maven {
34+
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots")
35+
mavenContent {
36+
includeGroupByRegex("com.emergetools.*")
37+
snapshotsOnly()
38+
}
39+
}
3140
}
3241
}
3342

0 commit comments

Comments
 (0)