mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 17:37:05 +05:30
fix: drop unused store module
I'm giving up hope on their paging integration ever shipping
This commit is contained in:
parent
ab525d052c
commit
ca315429d6
4 changed files with 0 additions and 32 deletions
|
@ -22,7 +22,6 @@ richtext = "1.0.0-alpha02"
|
|||
sentry-sdk = "8.1.0"
|
||||
serialization = "1.8.0"
|
||||
sqldelight = "2.0.2"
|
||||
store = "5.1.0-alpha05"
|
||||
whetstone = "0.9.0-beta02"
|
||||
workmanager = "2.10.0"
|
||||
|
||||
|
@ -119,7 +118,6 @@ sqldelight-extensions-coroutines = { module = "app.cash.sqldelight:coroutines-ex
|
|||
sqldelight-jvmDriver = { module = "app.cash.sqldelight:sqlite-driver", version.ref = "sqldelight" }
|
||||
sqldelight-primitiveAdapters = { module = "app.cash.sqldelight:primitive-adapters", version.ref = "sqldelight" }
|
||||
sqlite-android = "com.github.requery:sqlite-android:3.45.0"
|
||||
store = { module = "org.mobilenativefoundation.store:store5", version.ref = "store" }
|
||||
swipe = "me.saket.swipe:swipe:1.3.0"
|
||||
truth = "com.google.truth:truth:1.4.4"
|
||||
unfurl = "me.saket.unfurl:unfurl:2.2.0"
|
||||
|
|
|
@ -118,6 +118,5 @@ include(
|
|||
"database:core",
|
||||
"database:impl",
|
||||
"model",
|
||||
"store",
|
||||
"web",
|
||||
)
|
||||
|
|
|
@ -1,25 +0,0 @@
|
|||
/*
|
||||
* Copyright © Harsh Shandilya.
|
||||
* Use of this source code is governed by an MIT-style
|
||||
* license that can be found in the LICENSE file or at
|
||||
* https://opensource.org/licenses/MIT.
|
||||
*/
|
||||
import dev.msfjarvis.claw.gradle.addTestDependencies
|
||||
|
||||
plugins {
|
||||
id("dev.msfjarvis.claw.android-library")
|
||||
id("dev.msfjarvis.claw.kotlin-android")
|
||||
alias(libs.plugins.anvil)
|
||||
alias(libs.plugins.whetstone)
|
||||
alias(libs.plugins.dependencyAnalysis)
|
||||
}
|
||||
|
||||
android { namespace = "dev.msfjarvis.claw.data.store" }
|
||||
|
||||
anvil { generateDaggerFactories.set(true) }
|
||||
|
||||
dependencies {
|
||||
implementation(libs.store)
|
||||
|
||||
addTestDependencies(project)
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<issues format="6" by="lint 8.7.1" type="baseline" client="gradle" dependencies="true" name="AGP (8.7.1)" variant="all" version="8.7.1">
|
||||
|
||||
</issues>
|
Loading…
Add table
Add a link
Reference in a new issue