mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
chore: migrate legacy dependency annotation to version catalogs
because of plugin `flutter-plugin-loader` incompatible with catalog, plugins are not migrated
This commit is contained in:
9
android/gradle/libs.versions.toml
Normal file
9
android/gradle/libs.versions.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[versions]
|
||||
mmkv-ktx = "1.2.16"
|
||||
documentfile = "1.0.1"
|
||||
eventbus = "3.3.1"
|
||||
|
||||
[libraries]
|
||||
mmkv-ktx = { group = "com.github.DylanCaiCoding", name = "MMKV-KTX", version.ref = "mmkv-ktx" }
|
||||
documentfile = { group = "androidx.documentfile", name = "documentfile", version.ref = "documentfile" }
|
||||
eventbus = { group = "org.greenrobot", name = "eventbus", version.ref = "eventbus" }
|
||||
Reference in New Issue
Block a user