[优化] 优化了替换净化置顶置底逻辑,回归了时间排序下的拖动排序
This commit is contained in:
@@ -72,6 +72,8 @@ zxingLite = "3.3.0"
|
||||
|
||||
koin-bom = "4.1.1"
|
||||
biometricKtx = "1.1.0"
|
||||
|
||||
reorderable = "3.0.0"
|
||||
[libraries]
|
||||
|
||||
accompanist-webview = { module = "com.google.accompanist:accompanist-webview", version.ref = "accompanistWebview" }
|
||||
@@ -214,6 +216,8 @@ renderscript-intrinsics-replacement-toolkit = { module = "com.github.TomasValent
|
||||
zxing-lite = { module = "com.github.jenly1314:zxing-lite", version.ref = "zxingLite" }
|
||||
androidx-biometric-ktx = { group = "androidx.biometric", name = "biometric-ktx", version.ref = "biometricKtx" }
|
||||
|
||||
reorderable = { module = "sh.calvin.reorderable:reorderable", version.ref = "reorderable" }
|
||||
|
||||
[bundles]
|
||||
coroutines = ["kotlinx-coroutines-core", "kotlinx-coroutines-android"]
|
||||
androidTest = ["androidx-espresso-core", "androidx-junit", "androidx-runner"]
|
||||
|
||||
Reference in New Issue
Block a user