mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix(deps): Update dependency androidx.annotation:annotation to v1.8.2
This commit is contained in:
parent
7eaa5cc0b9
commit
38aff1573a
2 changed files with 2 additions and 1 deletions
|
@ -71,3 +71,4 @@
|
|||
- Update gradle to v8.9
|
||||
- Start using Voyager for navigation
|
||||
- Update dependency androidx.work:work-runtime-ktx to v2.9.1
|
||||
- Update dependency androidx.annotation:annotation to v1.8.2
|
||||
|
|
|
@ -6,7 +6,7 @@ lifecycle = "2.8.1"
|
|||
[libraries]
|
||||
activity = { module = "androidx.activity:activity-ktx", version.ref = "activity" }
|
||||
activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activity" }
|
||||
annotation = { module = "androidx.annotation:annotation", version = "1.8.0" }
|
||||
annotation = { module = "androidx.annotation:annotation", version = "1.8.2" }
|
||||
appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" }
|
||||
browser = { module = "androidx.browser:browser", version = "1.8.0" }
|
||||
biometric = { module = "androidx.biometric:biometric", version = "1.1.0" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue