Revert "fix(deps): use Swipe snapshots"

Somehow breaks R8, don't really care to figure it out.

This reverts commit d77db45f37.
This commit is contained in:
Harsh Shandilya 2023-09-26 16:51:54 +05:30
parent 82ce45b8e4
commit 3cf6b22d95
No known key found for this signature in database
2 changed files with 2 additions and 5 deletions

View file

@ -148,10 +148,7 @@ dependencyResolutionManagement {
mavenCentral()
maven("https://oss.sonatype.org/content/repositories/snapshots/") {
name = "Sonatype Snapshots"
content {
includeGroup("dev.msfjarvis.whetstone")
includeGroup("me.saket.swipe")
}
content { includeGroup("dev.msfjarvis.whetstone") }
}
}
}