Skip to content

Commit 333f619

Browse files
author
Murat Yener
authored
Merge pull request android#24 from android/version-updates-main
AGP, Gradle and library version updates
2 parents a135c68 + 234098f commit 333f619

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

baseline-profiles/gradle/libs.versions.toml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
[versions]
2-
accompanist = "0.30.1"
3-
androidGradlePlugin = "8.1.3"
4-
androidx-activity-compose = "1.7.1"
2+
accompanist = "0.32.0"
3+
androidGradlePlugin = "8.2.2"
4+
androidx-activity-compose = "1.8.2"
55
androidx-appcompat = "1.6.1"
6-
androidx-benchmark = "1.1.1"
7-
androidx-benchmark-junit4 = "1.2.0"
8-
androidx-compose-bom = "2023.04.01"
6+
androidx-benchmark = "1.2.3"
7+
androidx-benchmark-junit4 = "1.2.3"
8+
androidx-compose-bom = "2024.02.00"
99
androidx-constraintlayout = "1.0.1"
10-
androidx-corektx = "1.10.0"
11-
androidx-lifecycle-runtime = "2.6.1"
12-
androidx-lifecycle-compose = "2.6.1"
13-
androidx-lifecycle-runtime-compose = "2.6.1"
14-
androidx-navigation = "2.5.3"
10+
androidx-corektx = "1.12.0"
11+
androidx-lifecycle-runtime = "2.7.0"
12+
androidx-lifecycle-compose = "2.7.0"
13+
androidx-lifecycle-runtime-compose = "2.7.0"
14+
androidx-navigation = "2.7.7"
1515
androidx-palette = "1.0.0"
1616
androidx-test = "1.5.0"
1717
androidx-test-espresso = "3.5.1"
1818
androidx-test-ext-junit = "1.1.5"
1919
androidx-test-ext-truth = "1.5.0"
20-
androidx-window = "1.1.0"
21-
androidxHiltNavigationCompose = "1.0.0"
20+
androidx-window = "1.2.0"
21+
androidxHiltNavigationCompose = "1.1.0"
2222
androix-test-uiautomator = "2.2.0"
23-
coil = "2.3.0"
23+
coil = "2.4.0"
2424
# @keep
2525
compileSdk = "33"
2626
compose-compiler = "1.4.5"
27-
coroutines = "1.6.4"
28-
google-maps = "18.1.0"
27+
coroutines = "1.7.1"
28+
google-maps = "18.2.0"
2929
gradle-versions = "0.46.0"
3030
hilt = "2.44.2"
31-
hiltExt = "1.0.0"
31+
hiltExt = "1.1.0"
3232
# @pin When updating to AGP 7.4.0-alpha10 and up we can update this https://developer.android.com/studio/write/java8-support#library-desugaring-versions
3333
jdkDesugar = "2.0.4"
3434
junit = "4.13.2"
3535
# @pin Update in conjuction with Compose Compiler
36-
kotlin = "1.8.20"
36+
kotlin = "1.9.22"
3737
ksp = "1.8.0-1.0.9"
3838
maps-compose = "2.5.3"
39-
material = "1.10.0"
39+
material = "1.11.0"
4040
# @keep
4141
minSdk = "21"
42-
okhttp = "4.10.0"
42+
okhttp = "4.11.0"
4343
robolectric = "4.9.2"
4444
rome = "1.18.0"
45-
room = "2.5.1"
46-
runtimeTracing = "1.0.0-alpha04"
45+
room = "2.6.1"
46+
runtimeTracing = "1.0.0-beta01"
4747
secrets = "2.0.1"
4848
# @keep
4949
targetSdk = "33"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

benchmarking/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ androidx-activity-compose = "1.8.2"
55
androidx-appcompat = "1.6.1"
66
androidx-benchmark = "1.2.3"
77
androidx-benchmark-junit4 = "1.2.3"
8-
androidx-compose-bom = "2024.01.00"
8+
androidx-compose-bom = "2024.02.00"
99
androidx-constraintlayout = "1.0.1"
1010
androidx-corektx = "1.12.0"
1111
androidx-lifecycle-runtime = "2.7.0"
1212
androidx-lifecycle-compose = "2.7.0"
1313
androidx-lifecycle-runtime-compose = "2.7.0"
14-
androidx-navigation = "2.7.6"
14+
androidx-navigation = "2.7.7"
1515
androidx-palette = "1.0.0"
1616
androidx-test = "1.5.0"
1717
androidx-test-espresso = "3.5.1"

0 commit comments

Comments
 (0)