mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
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:
parent
82ce45b8e4
commit
3cf6b22d95
2 changed files with 2 additions and 5 deletions
|
@ -93,7 +93,7 @@ sqldelight-extensions-coroutines = { module = "app.cash.sqldelight:coroutines-ex
|
||||||
sqldelight-jvmDriver = { module = "app.cash.sqldelight:sqlite-driver", version.ref = "sqldelight" }
|
sqldelight-jvmDriver = { module = "app.cash.sqldelight:sqlite-driver", version.ref = "sqldelight" }
|
||||||
sqldelight-primitiveAdapters = { module = "app.cash.sqldelight:primitive-adapters", version.ref = "sqldelight" }
|
sqldelight-primitiveAdapters = { module = "app.cash.sqldelight:primitive-adapters", version.ref = "sqldelight" }
|
||||||
sqlite-android = "com.github.requery:sqlite-android:3.43.0"
|
sqlite-android = "com.github.requery:sqlite-android:3.43.0"
|
||||||
swipe = "me.saket.swipe:swipe:1.3.0-SNAPSHOT"
|
swipe = "me.saket.swipe:swipe:1.2.0"
|
||||||
truth = "com.google.truth:truth:1.1.5"
|
truth = "com.google.truth:truth:1.1.5"
|
||||||
unfurl = "me.saket.unfurl:unfurl:1.7.0"
|
unfurl = "me.saket.unfurl:unfurl:1.7.0"
|
||||||
|
|
||||||
|
|
|
@ -148,10 +148,7 @@ dependencyResolutionManagement {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven("https://oss.sonatype.org/content/repositories/snapshots/") {
|
maven("https://oss.sonatype.org/content/repositories/snapshots/") {
|
||||||
name = "Sonatype Snapshots"
|
name = "Sonatype Snapshots"
|
||||||
content {
|
content { includeGroup("dev.msfjarvis.whetstone") }
|
||||||
includeGroup("dev.msfjarvis.whetstone")
|
|
||||||
includeGroup("me.saket.swipe")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue