mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
refactor: Migrate to upstream's preference abstraction
This commit is contained in:
parent
9a2815d277
commit
af87ccf8f1
61 changed files with 388 additions and 432 deletions
|
@ -82,6 +82,8 @@ android {
|
|||
buildFeatures {
|
||||
viewBinding = true
|
||||
compose = true
|
||||
// If you're here because there's not BuildConfig, build the app first, it'll generate it for you
|
||||
buildConfig = true
|
||||
|
||||
// Disable some unused things
|
||||
aidl = false
|
||||
|
@ -108,7 +110,7 @@ android {
|
|||
}
|
||||
|
||||
composeOptions {
|
||||
kotlinCompilerExtensionVersion = "1.5.3"
|
||||
kotlinCompilerExtensionVersion = compose.versions.compose.get()
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
@ -179,9 +181,6 @@ dependencies {
|
|||
implementation(libs.rxjava)
|
||||
implementation(libs.rxrelay)
|
||||
|
||||
// Coroutines
|
||||
implementation(libs.flow.preferences)
|
||||
|
||||
// Network client
|
||||
implementation(libs.okhttp)
|
||||
implementation(libs.okhttp.logging.interceptor)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue