Skip to content

Commit

Permalink
dependencies updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
syslogic committed Jan 2, 2025
1 parent ba1c8ef commit 51535a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ android_target_sdk = '35'
android_min_sdk = '21'

# Gradle Plugins
android_gradle_plugin = '8.7.1'
android_gradle_plugin = '8.7.3'
material_design = '1.12.0'
junit = '4.13.2'
kotlin = '2.0.21'
kotlin = '2.1.0'

androidx_compose_bom = '2024.10.00'
androidx_compose_uitest = '1.7.4'
androidx_core = '1.13.1'
androidx_compose_bom = '2024.12.01'
androidx_compose_uitest = '1.7.6'
androidx_core = '1.15.0'
androidx_appcompat = '1.7.0'
androidx_navigation = '2.8.3'
androidx_navigation = '2.8.5'
androidx_preference = '1.2.1'

androidx_test_ext_junit = '1.2.1'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip

0 comments on commit 51535a5

Please sign in to comment.