fix(deps): upgrade to Whetstone 0.8.0-SNAPSHOT

For BroadcastReceiver injection support
This commit is contained in:
Harsh Shandilya 2023-09-22 00:22:22 +05:30
parent f39e9889f3
commit 94db512518
2 changed files with 9 additions and 1 deletions

View file

@ -60,6 +60,10 @@ pluginManagement {
}
includeBuild("build-logic")
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") }
}
mavenCentral()
maven("https://oss.sonatype.org/content/repositories/snapshots/") {
name = "Sonatype Snapshots"
content { includeGroup("dev.msfjarvis.whetstone") }
}
}
}