mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore(deps): Update agp to v8.5.0
Also convert some plugins to use version catalog
This commit is contained in:
parent
f8b462c4b5
commit
cbdd16f6d4
11 changed files with 26 additions and 18 deletions
|
@ -1,5 +1,6 @@
|
|||
[versions]
|
||||
activity = "1.9.0"
|
||||
agp = "8.5.0"
|
||||
lifecycle = "2.8.1"
|
||||
|
||||
[libraries]
|
||||
|
@ -37,3 +38,7 @@ androidx = [
|
|||
"lifecycle-process", "lifecycle-runtime", "lifecycle-viewmodel", "lifecycle-viewmodel-compose", "multidex",
|
||||
"palette", "preference", "recyclerview", "sqlite", "layout-swiperefresh", "webkit", "work", "window"
|
||||
]
|
||||
|
||||
[plugins]
|
||||
application = { id = "com.android.application", version.ref = "agp" }
|
||||
library = { id = "com.android.library", version.ref = "agp" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue