Skip to content

Commit 917c68d

Browse files
Update all dependencies
1 parent 75cf2e8 commit 917c68d

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
keyPassword: ${{ secrets.KEY_PASSWORD }}
6363
env:
6464
BUILD_TOOLS_VERSION: ${{ env.BUILD_TOOL_VERSION }}
65-
- uses: wzieba/[email protected].0
65+
- uses: wzieba/[email protected].1
6666
with:
6767
serviceCredentialsFileContent: ${{ secrets.FIREBASE_CREDENTIALS_FILE_CONTENT }}
6868
appId: ${{ secrets.FIREBASE_STAGING_APP_ID }}

gradle/libs.versions.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ targetSdkVersion = "34"
55
minSdkVersion = "23"
66

77
# lint versions
8-
lintApi = "31.8.2"
9-
lintGradlePlugin = "8.8.2"
8+
lintApi = "31.9.1"
9+
lintGradlePlugin = "8.9.1"
1010

1111
# gradlePlugin versions
12-
androidGradlePlugin = "8.8.2"
12+
androidGradlePlugin = "8.9.1"
1313
apolloAdapters = "0.0.4"
1414
apollo = "4.1.1"
1515
cacheFix = "3.0.1"
@@ -21,8 +21,8 @@ googleServices = "4.4.2"
2121
gradleDevelocity = "3.19.2"
2222
kotlin = "2.1.10"
2323
kotlinter = "5.0.1"
24-
ksp = "2.1.10-1.0.31"
25-
ktor = "3.1.1"
24+
ksp = "2.1.20-1.0.32"
25+
ktor = "3.1.2"
2626
license = "0.9.8"
2727
molecule = "2.0.0"
2828
squareSortDependencies = "0.14"
@@ -32,12 +32,12 @@ accompanist = "0.37.2"
3232
androidx-activity-compose = "1.10.1"
3333
androidx-activity-core = "1.10.1"
3434
androidx-annotation = "1.9.1"
35-
androidx-composeBom = "2025.02.00"
35+
androidx-composeBom = "2025.03.01"
3636
#todo: remove this alpha when stable compose version bumps to 1.8
37-
androidx-datastore = "1.1.3"
37+
androidx-datastore = "1.1.4"
3838
androidx-junit = "1.2.1"
3939
androidx-lifecycle = "2.8.7"
40-
androidx-navigation = "2.8.7"
40+
androidx-navigation = "2.8.9"
4141
androidx-other-appCompat = "1.7.0"
4242
androidx-other-browser = "1.8.0"
4343
androidx-other-constraintLayout = "2.2.0"
@@ -47,7 +47,7 @@ androidx-other-startup = "1.2.0"
4747
androidx-other-workManager = "2.10.0"
4848
androidx-test = "1.6.1"
4949
androidx-testRunners = "1.6.2"
50-
androidx-ui-alpha = "1.8.0-beta03"
50+
androidx-ui-alpha = "1.8.0-rc02"
5151
androidxGraphicsShapes = "1.0.1"
5252
arrow = "2.0.1"
5353
assertK = "0.28.1"
@@ -56,35 +56,35 @@ coil = "2.7.0"
5656
composeRichtext = "1.0.0-alpha02"
5757
coreLibraryDesugaring = "2.1.5"
5858
coroutines = "1.10.1"
59-
datadog = "2.18.0"
60-
dependencyAnalysis = "2.10.1"
59+
datadog = "2.19.2"
60+
dependencyAnalysis = "2.13.3"
6161
firebaseCrashlyticsBuildtools = "3.0.3"
6262
hedvigAuthlib = "1.4.3"
6363
junit = "4.13.2"
64-
koinBom = "4.0.2"
64+
koinBom = "4.0.4"
6565
kotlinx-serialization = "1.8.0"
6666
kotlinxDatetime = "0.6.2"
67-
media3 = "1.5.1"
67+
media3 = "1.6.0"
6868
modalSheet = "0.7.0"
6969
moneta = "1.4.4"
7070
navigationRecentsUrlSharing = "1.0.0"
7171
okhttp = "4.12.0"
7272
okio = "3.10.2"
7373
paging = "3.3.6"
7474
playReview = "2.0.2"
75-
playServicesBase = "18.5.0"
75+
playServicesBase = "18.6.0"
7676
retrofit = "2.11.0"
7777
robolectric = "4.14.1"
78-
room = "2.7.0-rc01"
78+
room = "2.7.0-rc03"
7979
slimber = "2.0.0"
80-
sqlite = "2.5.0-rc01"
80+
sqlite = "2.5.0-rc03"
8181
testParameterInjector = "1.18"
8282
timber = "5.0.1"
8383
turbine = "1.2.0"
8484
unleash = "1.0.0"
8585
uuid = "0.8.4"
8686
zXing = "3.5.3"
87-
zoomable = "1.6.2"
87+
zoomable = "1.7.0"
8888

8989
[libraries]
9090

@@ -163,7 +163,7 @@ datadog-sdk-okhttp = { module = "com.datadoghq:dd-sdk-android-okhttp", version.r
163163
datadog-sdk-rum = { module = "com.datadoghq:dd-sdk-android-rum", version.ref = "datadog" }
164164
datadog-sdk-trace = { module = "com.datadoghq:dd-sdk-android-trace", version.ref = "datadog" }
165165
firebase-analytics = { module = "com.google.firebase:firebase-analytics-ktx" }
166-
firebase-bom = "com.google.firebase:firebase-bom:33.10.0"
166+
firebase-bom = "com.google.firebase:firebase-bom:33.12.0"
167167
firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics-ktx" }
168168
firebase-dynamicLinks = { module = "com.google.firebase:firebase-dynamic-links" }
169169
firebase-messaging = { module = "com.google.firebase:firebase-messaging-ktx" }

0 commit comments

Comments
 (0)