mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
fix(deps): upgrade to Whetstone 0.8.0-SNAPSHOT
For BroadcastReceiver injection support
This commit is contained in:
parent
f39e9889f3
commit
94db512518
2 changed files with 9 additions and 1 deletions
|
@ -14,7 +14,7 @@ richtext = "0.17.0"
|
||||||
sentry-sdk = "6.29.0"
|
sentry-sdk = "6.29.0"
|
||||||
serialization = "1.6.0"
|
serialization = "1.6.0"
|
||||||
sqldelight = "2.0.0"
|
sqldelight = "2.0.0"
|
||||||
whetstone = "0.7.0"
|
whetstone = "0.8.0-SNAPSHOT"
|
||||||
workmanager = "2.9.0-beta01"
|
workmanager = "2.9.0-beta01"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
|
|
|
@ -60,6 +60,10 @@ pluginManagement {
|
||||||
}
|
}
|
||||||
includeBuild("build-logic")
|
includeBuild("build-logic")
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
maven("https://oss.sonatype.org/content/repositories/snapshots/") {
|
||||||
|
name = "Sonatype Snapshots"
|
||||||
|
content { includeGroup("dev.msfjarvis.whetstone") }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -141,6 +145,10 @@ dependencyResolutionManagement {
|
||||||
filter { includeGroup("androidx.compose.compiler") }
|
filter { includeGroup("androidx.compose.compiler") }
|
||||||
}
|
}
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
maven("https://oss.sonatype.org/content/repositories/snapshots/") {
|
||||||
|
name = "Sonatype Snapshots"
|
||||||
|
content { includeGroup("dev.msfjarvis.whetstone") }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue