Skip to content

Commit

Permalink
Upgrading AGP dependency from 8.6.1 to 8.7.3
Browse files Browse the repository at this point in the history
Upgrading System UI Controller dependency from 0.30.1 to 0.36.0
Upgrading DataStore dependency from 1.1.1 to 1.1.2
Upgrading Androidx activity compose dependency from 1.9.2 to 1.10.0
Upgrading Compose Platform dependency from 2024.09.02 to 2025.01.00
Upgrading Androidx Core dependency from 1.13.1 to 1.15.0
Upgrading Glance App-Widget dependency from 1.1.0 to 1.1.1
Upgrading lifecycle runtime dependency from 2.8.6 to 2.8.7
Upgrading adaptive navigation suite dependency from 1.3.0 to 1.3.1
Upgrading extended android icons dependency from 1.7.2 to 1.7.6
Upgrading navigation compose dependency from 2.8.1 to 2.8.5
  • Loading branch information
Lijucay committed Jan 19, 2025
1 parent 0a8d578 commit f4482f0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
[versions]
accompanistSystemuicontroller = "0.30.1"
accompanistSystemuicontroller = "0.36.0"
adaptiveNavigation = "1.0.0"
agp = "8.6.1"
datastorePreferences = "1.1.1"
agp = "8.7.3"
datastorePreferences = "1.1.2"
kotlin = "2.0.10"

aboutlibrariesComposeM3 = "10.10.0"
activityCompose = "1.9.2"
composeBom = "2024.09.02"
coreKtx = "1.13.1"
activityCompose = "1.10.0"
composeBom = "2025.01.00"
coreKtx = "1.15.0"
espressoCore = "3.6.1"
glanceAppwidget = "1.1.0"
glanceAppwidget = "1.1.1"
junit = "4.13.2"
junitVersion = "1.2.1"
lifecycleRuntimeKtx = "2.8.6"
lifecycleRuntimeKtx = "2.8.7"
material = "1.12.0"
material3AdaptiveNavigationSuite = "1.3.0"
materialIconsExtendedAndroid = "1.7.2"
navigationCompose = "2.8.1"
material3AdaptiveNavigationSuite = "1.3.1"
materialIconsExtendedAndroid = "1.7.6"
navigationCompose = "2.8.5"
retrofit = "2.11.0"
okhttp = "4.12.0"
roomKtx = "2.6.1"
Expand Down

0 comments on commit f4482f0

Please sign in to comment.