Skip to content

Commit 523c9c8

Browse files
committed
[build] Update dependencies
1 parent a4dfc43 commit 523c9c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
minSdk = 24
2323
targetSdk = 35
2424
versionCode = 26
25-
versionName = "3.1-beta07"
25+
versionName = "3.1-beta08"
2626

2727
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2828

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
adaptive = "1.0.0"
2+
adaptive = "1.1.0"
33
coil = "3.0.4"
44
hilt = "2.55"
55
androidxTest = "1.2.1"
@@ -22,7 +22,7 @@ androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0
2222
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version = "1.10.1" }
2323
androidx-constraintlayout-compose = { module = "androidx.constraintlayout:constraintlayout-compose", version = "1.1.1" }
2424
androidx-media = { module = "androidx.media:media", version = "1.7.0" }
25-
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version = "2.8.8" }
25+
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version = "2.8.9" }
2626
androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version = "2.8.7" }
2727
androidx-compose-ui = { module = "androidx.compose.ui:ui", version.ref = "composeMaterial" }
2828
androidx-compose-runtime-tracing = { module = "androidx.compose.runtime:runtime-tracing", version = "1.7.8" }

0 commit comments

Comments
 (0)