fix(deps): Update dependency androidx.annotation:annotation to v1.8.2

This commit is contained in:
Ahmad Ansori Palembani 2024-08-09 09:28:13 +07:00
parent 7eaa5cc0b9
commit 38aff1573a
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 2 additions and 1 deletions

View file

@ -71,3 +71,4 @@
- Update gradle to v8.9 - Update gradle to v8.9
- Start using Voyager for navigation - Start using Voyager for navigation
- Update dependency androidx.work:work-runtime-ktx to v2.9.1 - Update dependency androidx.work:work-runtime-ktx to v2.9.1
- Update dependency androidx.annotation:annotation to v1.8.2

View file

@ -6,7 +6,7 @@ lifecycle = "2.8.1"
[libraries] [libraries]
activity = { module = "androidx.activity:activity-ktx", version.ref = "activity" } activity = { module = "androidx.activity:activity-ktx", version.ref = "activity" }
activity-compose = { module = "androidx.activity:activity-compose", 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" } appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" }
browser = { module = "androidx.browser:browser", version = "1.8.0" } browser = { module = "androidx.browser:browser", version = "1.8.0" }
biometric = { module = "androidx.biometric:biometric", version = "1.1.0" } biometric = { module = "androidx.biometric:biometric", version = "1.1.0" }