Skip to content

Commit

Permalink
[Update] libs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeprubio committed Jun 12, 2024
1 parent dd14e8d commit a6afd65
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 26 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ captures/

# IntelliJ
*.iml
.idea/deploymentTargetSelector.xml
.idea/deploymentTargetDropDown.xml
.idea/misc.xml
.idea/sonarlint
Expand All @@ -49,11 +50,10 @@ captures/
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
# Android Studio 3 in .gitignore file.
.idea/caches
.idea/modules.xml
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
.idea/navEditor.xml
.idea/other.xml

# Keystore files
# Uncomment the following lines if you do not want to check your keystore files in.
Expand Down
18 changes: 0 additions & 18 deletions .idea/deploymentTargetSelector.xml

This file was deleted.

12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
agp = "8.4.1"
compose-bom = "2024.05.00"
agp = "8.4.2"
compose-bom = "2024.06.00"
konsist = "0.15.1"
kotlin = "2.0.0"
appcompat = "1.7.0"
core-splashscreen = "1.0.1"
core-ktx = "1.13.1"
core-testing = "2.2.0"
lifecycle-runtime-ktx = "2.7.0"
lifecycle-compose = "2.7.0"
lifecycle-runtime-ktx = "2.8.2"
lifecycle-compose = "2.8.2"
activity-compose = "1.9.0"
retrofit = "2.11.0"
hilt = "2.51.1"
Expand Down Expand Up @@ -36,8 +36,8 @@ secrets-gradle-plugin = "2.0.1"
shot = "6.1.0"
versions = "0.51.0"
ksp = "2.0.0-1.0.22"
glance = "1.0.0"
ui-tooling-preview-android = "1.6.7"
glance = "1.1.0"
ui-tooling-preview-android = "1.6.8"
test-core = "1.5.0"

[libraries]
Expand Down

0 comments on commit a6afd65

Please sign in to comment.